guix-commits
[Top][All Lists]
Advanced

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

14/15: gnu: ImageMagick: Build reproducibly.


From: guix-commits
Subject: 14/15: gnu: ImageMagick: Build reproducibly.
Date: Thu, 26 Mar 2020 17:40:29 -0400 (EDT)

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

commit 2c5bc95a19d6a36e6e3568ccb59f10d7f232364f
Author: Marius Bakke <address@hidden>
AuthorDate: Wed Mar 25 18:21:20 2020 +0100

    gnu: ImageMagick: Build reproducibly.
    
    Fixes <https://bugs.gnu.org/38449>.
    
    * gnu/packages/imagemagick.scm (imagemagick)[arguments]: In 
#:configure-flags,
    add "--enable-reproducible-build".
    
    (cherry picked from commit 87bc9f022cdd3487e85cf83cf82222315246abf9)
---
 gnu/packages/imagemagick.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/imagemagick.scm b/gnu/packages/imagemagick.scm
index 0adb3fb..6fc7e6d 100644
--- a/gnu/packages/imagemagick.scm
+++ b/gnu/packages/imagemagick.scm
@@ -58,7 +58,11 @@
                "0fcbcad95wn0q0pdfl0qgycm30f3a7xhskc0r5icldq6v6l4b3is"))))
     (build-system gnu-build-system)
     (arguments
-     `(#:configure-flags '("--with-frozenpaths" "--without-gcc-arch")
+     `(#:configure-flags '("--with-frozenpaths" "--without-gcc-arch"
+
+                           ;; Do not embed the build date in binaries.
+                           "--enable-reproducible-build")
+
        ;; FIXME: The test suite succeeded before version 6.9.6-2.
        ;; Try enabling it again with newer releases.
        #:tests? #f



reply via email to

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