svn path=/nixpkgs/trunk/; revision=7342
This commit is contained in:
Eelco Dolstra 2006-12-13 21:15:31 +00:00
parent 9ea7038c51
commit a6ca6b0612
2 changed files with 2 additions and 6 deletions

View File

@ -1,7 +1,7 @@
{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "aterm-2.4.2-fixes-2";
name = "aterm-2.4.2-fixes";
src = fetchurl {
url = http://losser.st-lab.cs.uu.nl/~eelco/dist/aterm-2.4.2-fixes.tar.bz2;
md5 = "9ad8ed141d3e66a7689817789431c0cd";
@ -11,5 +11,4 @@ stdenv.mkDerivation {
license = "LGPL";
description = "Library for manipulation of term data structures in C";
};
# unpackPhase = "while true; do sleep 1; echo y; done";
}

View File

@ -1,7 +1,7 @@
{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "aterm-2.4.2y";
name = "aterm-2.4.2";
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/aterm-2.4.2.tar.gz;
md5 = "18617081dd112d85e6c4b1b552628114";
@ -14,7 +14,4 @@ stdenv.mkDerivation {
license = "LGPL";
description = "Library for manipulation of term data structures in C";
};
# unpackPhase = "while true; do sleep 4; echo x; done";
# unpackPhase = "sleep 10000";
unpackPhase = "mkdir $out; echo foo > $out/foo; ln -s foo $out/bar; exit 0";
}