guix-devel
[Top][All Lists]
Advanced

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

[PATCH] gnu: imagemagick: Hard-code delegate paths.


From: ericbavier
Subject: [PATCH] gnu: imagemagick: Hard-code delegate paths.
Date: Mon, 5 Oct 2015 22:22:46 -0500

From: Eric Bavier <address@hidden>

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.
---
 gnu/packages/imagemagick.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/imagemagick.scm b/gnu/packages/imagemagick.scm
index 8e17684..f154e19 100644
--- a/gnu/packages/imagemagick.scm
+++ b/gnu/packages/imagemagick.scm
@@ -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)
-- 
2.4.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]