* Various purity fixes for Ghostscript.
svn path=/nixpkgs/trunk/; revision=6452
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user