3
0
Fork 0
forked from mirrors/nixpkgs

svn path=/nixpkgs/branches/stdenv-updates/; revision=10789

This commit is contained in:
Eelco Dolstra 2008-02-20 17:22:45 +00:00
parent 96aa40524e
commit b67cb39b7d
2 changed files with 6 additions and 3 deletions

View file

@ -6,6 +6,8 @@ stdenv.mkDerivation {
url = http://download.savannah.gnu.org/releases/freefont/freefont-ttf-20060126.tar.gz;
md5 = "822aba4e2ed065d9d3ded6e26e495854";
};
buildPhase = "true";
installPhase = "ensureDir $out/share/fonts/truetype; cp *.ttf $out/share/fonts/truetype";
}
installPhase = ''
ensureDir $out/share/fonts/truetype
cp *.ttf $out/share/fonts/truetype
'';
}

View file

@ -6,6 +6,7 @@ stdenv.mkDerivation {
url = http://losser.st-lab.cs.uu.nl/~eelco/dist/aterm-2.4.2-fixes-r2.tar.bz2;
sha256 = "1w3bxdpc2hz29li5ssmdcz3x0fn47r7g62ns0v8nazxwf40vff4j";
};
doCheck = true;
meta = {
homepage = http://www.cwi.nl/htbin/sen1/twiki/bin/view/SEN1/ATerm;
license = "LGPL";