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
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--enable-shared"
|
"--enable-shared"
|
||||||
|
"--with-frozenpaths"
|
||||||
"--with-quantum-depth=${toString quantumdepth}"
|
"--with-quantum-depth=${toString quantumdepth}"
|
||||||
"--with-gslib=yes"
|
"--with-gslib=yes"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue