Cause ghostscript to build libgs.

This fixes the failed build of libspectre.

svn path=/nixpkgs/trunk/; revision=31260
This commit is contained in:
Karn Kallio 2012-01-04 00:26:48 +00:00
parent f3c3f11520
commit 0e1ea067ab

View file

@ -89,7 +89,11 @@ stdenv.mkDerivation rec {
doCheck = true;
preBuild = "make so";
postInstall = ''
make soinstall
for i in $fonts; do
(cd $out/share/ghostscript && tar xvfz $i)
done