82e678362f
svn path=/nixpkgs/trunk/; revision=4335
10 lines
161 B
Bash
10 lines
161 B
Bash
source $stdenv/setup
|
|
|
|
postInstall=postInstall
|
|
postInstall() {
|
|
for i in $fonts; do
|
|
(cd $out/share/ghostscript && tar xvfz $i)
|
|
done
|
|
}
|
|
|
|
genericBuild |