summaryrefslogtreecommitdiffstats
path: root/pkgs/by-name/st/stirling-pdf/fix-jar-timestamp.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/st/stirling-pdf/fix-jar-timestamp.patch')
-rw-r--r--pkgs/by-name/st/stirling-pdf/fix-jar-timestamp.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/pkgs/by-name/st/stirling-pdf/fix-jar-timestamp.patch b/pkgs/by-name/st/stirling-pdf/fix-jar-timestamp.patch
new file mode 100644
index 000000000000..dd94b8514f76
--- /dev/null
+++ b/pkgs/by-name/st/stirling-pdf/fix-jar-timestamp.patch
@@ -0,0 +1,16 @@
+diff --git a/build.gradle b/build.gradle
+index 7025b2b..d063da3 100644
+--- a/build.gradle
++++ b/build.gradle
+@@ -20,6 +20,11 @@ repositories {
+ }
+
+
++tasks.withType(AbstractArchiveTask) {
++ preserveFileTimestamps = false
++ reproducibleFileOrder = true
++}
++
+
+ licenseReport {
+ renderers = [new JsonReportRenderer()]