about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDmitry Kalinkin <dmitry.kalinkin@gmail.com>2021-03-05 09:37:16 -0500
committerGitHub <noreply@github.com>2021-03-05 09:37:16 -0500
commit88237f6545d49d30b49aa4c716d1a4a0571b3f1b (patch)
tree62ac46b6cf08812f73d3420e5137c76ce313d49a
parentdac46720723da91ca805b79ff79524121fc4f137 (diff)
parente0f3eb5bc6fc25ffd3a013109f4697ab3784d608 (diff)
Merge pull request #114270 from veprbl/pr/graphicsmagick_full_paths
graphicsmagick: set full paths to delegates such as ghostscript
-rw-r--r--pkgs/applications/graphics/graphicsmagick/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/graphicsmagick/default.nix b/pkgs/applications/graphics/graphicsmagick/default.nix
index 24e064e721ba8..583dcf7c618a9 100644
--- a/pkgs/applications/graphics/graphicsmagick/default.nix
+++ b/pkgs/applications/graphics/graphicsmagick/default.nix
@@ -17,6 +17,7 @@ stdenv.mkDerivation rec {
 
   configureFlags = [
     "--enable-shared"
+    "--with-frozenpaths"
     "--with-quantum-depth=${toString quantumdepth}"
     "--with-gslib=yes"
   ];