~ruther/guix-local

3cbf1204ef733881916c4667f05c7a7968bb658d — Eric Bavier 10 years ago cf4e708
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.
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/imagemagick.scm
M gnu/packages/imagemagick.scm => gnu/packages/imagemagick.scm +2 -1
@@ 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)