gnu: imagemagick: Hard-code delegate paths.

If --with-frozenpaths is given, then configure will retain absolute paths
discovered for delegate programs, otherwise they are discarded.

* gnu/packages/imagemagick.scm (imagemagick)[arguments]: Add
  '--with-frozenpaths' to #:configure-flags.
master
Eric Bavier 2015-10-05 22:16:40 -05:00
parent cf4e7083ed
commit 3cbf1204ef
1 changed files with 2 additions and 1 deletions

View File

@ -49,7 +49,8 @@
(patches (list (search-patch "imagemagick-test-segv.patch")))))
(build-system gnu-build-system)
(arguments
`(#:phases (modify-phases %standard-phases
`(#:configure-flags '("--with-frozenpaths")
#:phases (modify-phases %standard-phases
(add-before
'build 'pre-build
(lambda* (#:key outputs #:allow-other-keys)