guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: ghostscript: Make build reproducible.


From: Danny Milosavljevic
Subject: 01/02: gnu: ghostscript: Make build reproducible.
Date: Wed, 5 Jul 2017 20:22:16 -0400 (EDT)

dannym pushed a commit to branch core-updates
in repository guix.

commit a64b174751a9fa76375d35d2f2a47a4c93ce0206
Author: Danny Milosavljevic <address@hidden>
Date:   Thu Jul 6 01:10:27 2017 +0200

    gnu: ghostscript: Make build reproducible.
    
    Fixes <https://bugs.gnu.org/27563>.
    
    * gnu/packages/ghostscript.scm (ghostscript)[source]: Remove timestamps.
---
 gnu/packages/ghostscript.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/ghostscript.scm b/gnu/packages/ghostscript.scm
index 136484e..d4e78c1 100644
--- a/gnu/packages/ghostscript.scm
+++ b/gnu/packages/ghostscript.scm
@@ -152,7 +152,10 @@ printing, and psresize, for adjusting page sizes.")
          '(begin
             (for-each delete-file-recursively '("freetype" "jbig2dec" "jpeg"
                                                 "lcms2" "libpng"
-                                                "tiff" "zlib"))))))
+                                                "tiff" "zlib"))
+            ;; Get rid of timestamps.
+            (substitute* "base/mkromfs.c"
+             (("time\\(NULL\\)") "0U"))))))
     (build-system gnu-build-system)
     (outputs '("out" "doc"))                  ;19 MiB of HTML/PS doc + examples
     (arguments



reply via email to

[Prev in Thread] Current Thread [Next in Thread]