mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 16:45:49 +01:00
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 = [
|
||||
"--enable-shared"
|
||||
"--with-frozenpaths"
|
||||
"--with-quantum-depth=${toString quantumdepth}"
|
||||
"--with-gslib=yes"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue