Merge pull request #114270 from veprbl/pr/graphicsmagick_full_paths

graphicsmagick: set full paths to delegates such as ghostscript
This commit is contained in:
Dmitry Kalinkin 2021-03-05 09:37:16 -05:00 committed by GitHub
commit 88237f6545
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,6 +17,7 @@ stdenv.mkDerivation rec {
configureFlags = [
"--enable-shared"
"--with-frozenpaths"
"--with-quantum-depth=${toString quantumdepth}"
"--with-gslib=yes"
];