svn merge /path/to/nixpkgs/trunk

svn path=/nixpkgs/branches/libpng15/; revision=31266
This commit is contained in:
Yury G. Kudryashov
2012-01-04 09:45:28 +00:00
13 changed files with 144 additions and 16 deletions

View File

@@ -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