pstoedit: patch to ensure gs-9.22 compatibilty (#43280)

This commit is contained in:
markuskowa
2018-07-11 00:58:06 +02:00
committed by xeji
parent 58eb085b66
commit bceb0ee098
2 changed files with 18 additions and 0 deletions
+5
View File
@@ -11,6 +11,11 @@ stdenv.mkDerivation rec {
sha256 = "147jkgvm9n6mbkl6ndqnm9x74x5y9agbxkfwj0jrw6yxyhxx2cdd";
};
#
# Turn on "-rdb" option (REALLYDELAYBIND) by default to ensure compatibility with gs-9.22
#
patches = [ ./pstoedit-gs-9.22-compat.patch ];
outputs = [ "out" "dev" ];
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ zlib ghostscript imagemagick plotutils gd libjpeg libwebp ]