mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
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.
This commit is contained in:
parent
cf4e7083ed
commit
3cbf1204ef
1 changed files with 2 additions and 1 deletions
|
@ -49,7 +49,8 @@ (define-public imagemagick
|
||||||
(patches (list (search-patch "imagemagick-test-segv.patch")))))
|
(patches (list (search-patch "imagemagick-test-segv.patch")))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases (modify-phases %standard-phases
|
`(#:configure-flags '("--with-frozenpaths")
|
||||||
|
#:phases (modify-phases %standard-phases
|
||||||
(add-before
|
(add-before
|
||||||
'build 'pre-build
|
'build 'pre-build
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
|
|
Loading…
Reference in a new issue