ijs: derive from ghostscript

This commit is contained in:
Nikolay Amiantov
2016-04-30 03:12:32 +03:00
parent 6fef00260a
commit a589b7bd5f
2 changed files with 5 additions and 8 deletions
+2
View File
@@ -126,6 +126,8 @@ stdenv.mkDerivation rec {
install_name_tool -change libgs.dylib.${version} $out/lib/libgs.dylib.${version} $out/bin/gs
'';
passthru = { inherit version; };
meta = {
homepage = "http://www.ghostscript.com/";
description = "PostScript interpreter (mainline version)";