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;
|
doCheck = true;
|
||||||
|
|
||||||
|
preBuild = "make so";
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
make soinstall
|
||||||
|
|
||||||
for i in $fonts; do
|
for i in $fonts; do
|
||||||
(cd $out/share/ghostscript && tar xvfz $i)
|
(cd $out/share/ghostscript && tar xvfz $i)
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user