* Various purity fixes for Ghostscript.

svn path=/nixpkgs/trunk/; revision=6452
This commit is contained in:
Eelco Dolstra
2006-09-04 11:01:37 +00:00
parent 059b3f0669
commit 51ca4a6a91
3 changed files with 47 additions and 2 deletions

View File

@@ -1,5 +1,11 @@
source $stdenv/setup
preConfigure=preConfigure
preConfigure() {
# "ijs" is impure: it contains symlinks to /usr/share/automake etc.!
rm -rf ijs/ltmain.sh
}
postInstall=postInstall
postInstall() {
for i in $fonts; do
@@ -7,4 +13,4 @@ postInstall() {
done
}
genericBuild
genericBuild