mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-11 22:36:22 +01:00
gnu: ImageMagick: Build reproducibly.
Fixes <https://bugs.gnu.org/38449>. * gnu/packages/imagemagick.scm (imagemagick)[arguments]: In #:configure-flags, add "--enable-reproducible-build".
This commit is contained in:
parent
927c251846
commit
87bc9f022c
1 changed files with 5 additions and 1 deletions
|
@ -58,7 +58,11 @@
|
||||||
"0fcbcad95wn0q0pdfl0qgycm30f3a7xhskc0r5icldq6v6l4b3is"))))
|
"0fcbcad95wn0q0pdfl0qgycm30f3a7xhskc0r5icldq6v6l4b3is"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(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.
|
;; FIXME: The test suite succeeded before version 6.9.6-2.
|
||||||
;; Try enabling it again with newer releases.
|
;; Try enabling it again with newer releases.
|
||||||
#:tests? #f
|
#:tests? #f
|
||||||
|
|
Loading…
Add table
Reference in a new issue