guix-commits
[Top][All Lists]
Advanced

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

branch staging updated: gnu: ImageMagick: Build reproducibly.


From: guix-commits
Subject: branch staging updated: gnu: ImageMagick: Build reproducibly.
Date: Wed, 25 Mar 2020 13:23:25 -0400

This is an automated email from the git hooks/post-receive script.

mbakke pushed a commit to branch staging
in repository guix.

The following commit(s) were added to refs/heads/staging by this push:
     new 87bc9f0  gnu: ImageMagick: Build reproducibly.
87bc9f0 is described below

commit 87bc9f022cdd3487e85cf83cf82222315246abf9
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".
---
 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 3c1fe01..5287255 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]