forked from mirrors/nixpkgs
Cause ghostscript to build libgs.
This fixes the failed build of libspectre. svn path=/nixpkgs/trunk/; revision=31260
This commit is contained in:
parent
f3c3f11520
commit
0e1ea067ab
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue