From 0d69e2a9d0e6e51b6e042fdfdc2dbb074326f36b Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 11 Jan 2012 23:14:12 +0000 Subject: [PATCH] ghostscript: cosmetic change to simplify the DLL build and install procedure svn path=/nixpkgs/trunk/; revision=31488 --- pkgs/misc/ghostscript/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pkgs/misc/ghostscript/default.nix b/pkgs/misc/ghostscript/default.nix index bcb4614674c..af82a45c0fa 100644 --- a/pkgs/misc/ghostscript/default.nix +++ b/pkgs/misc/ghostscript/default.nix @@ -91,11 +91,9 @@ stdenv.mkDerivation rec { doCheck = true; - preBuild = "make so"; + installTargets="install soinstall"; postInstall = '' - make soinstall - for i in $fonts; do (cd $out/share/ghostscript && tar xvfz $i) done