svn path=/nixpkgs/branches/stdenv-updates/; revision=10789
This commit is contained in:
parent
96aa40524e
commit
b67cb39b7d
@ -6,6 +6,8 @@ stdenv.mkDerivation {
|
|||||||
url = http://download.savannah.gnu.org/releases/freefont/freefont-ttf-20060126.tar.gz;
|
url = http://download.savannah.gnu.org/releases/freefont/freefont-ttf-20060126.tar.gz;
|
||||||
md5 = "822aba4e2ed065d9d3ded6e26e495854";
|
md5 = "822aba4e2ed065d9d3ded6e26e495854";
|
||||||
};
|
};
|
||||||
buildPhase = "true";
|
installPhase = ''
|
||||||
installPhase = "ensureDir $out/share/fonts/truetype; cp *.ttf $out/share/fonts/truetype";
|
ensureDir $out/share/fonts/truetype
|
||||||
}
|
cp *.ttf $out/share/fonts/truetype
|
||||||
|
'';
|
||||||
|
}
|
||||||
|
@ -6,6 +6,7 @@ stdenv.mkDerivation {
|
|||||||
url = http://losser.st-lab.cs.uu.nl/~eelco/dist/aterm-2.4.2-fixes-r2.tar.bz2;
|
url = http://losser.st-lab.cs.uu.nl/~eelco/dist/aterm-2.4.2-fixes-r2.tar.bz2;
|
||||||
sha256 = "1w3bxdpc2hz29li5ssmdcz3x0fn47r7g62ns0v8nazxwf40vff4j";
|
sha256 = "1w3bxdpc2hz29li5ssmdcz3x0fn47r7g62ns0v8nazxwf40vff4j";
|
||||||
};
|
};
|
||||||
|
doCheck = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.cwi.nl/htbin/sen1/twiki/bin/view/SEN1/ATerm;
|
homepage = http://www.cwi.nl/htbin/sen1/twiki/bin/view/SEN1/ATerm;
|
||||||
license = "LGPL";
|
license = "LGPL";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user