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

View File

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