Merge pull request #114270 from veprbl/pr/graphicsmagick_full_paths
graphicsmagick: set full paths to delegates such as ghostscript
This commit is contained in:
commit
88237f6545
@ -17,6 +17,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
configureFlags = [
|
||||
"--enable-shared"
|
||||
"--with-frozenpaths"
|
||||
"--with-quantum-depth=${toString quantumdepth}"
|
||||
"--with-gslib=yes"
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user