graphicsmagick: set full paths to delegates such as ghostscript

The --with-frozenpaths is something that we already set
unconditionally for imagemagick and imagemagick7. Without it
graphicsmagick may not be able to find its runtime dependencies.
This commit is contained in:
Dmitry Kalinkin 2021-02-24 15:02:35 -05:00
parent 1e4c84ff93
commit e0f3eb5bc6
No known key found for this signature in database
GPG key ID: 5157B3EC8B2CA333

View file

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