don't have tar depend upon tar

svn path=/nixpkgs/trunk/; revision=1577
This commit is contained in:
Armijn Hemel 2004-10-19 11:44:25 +00:00
parent e493d6ff07
commit 9eeba2d479
4 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,4 @@
. $stdenv/setup
tar zxvf $src
mkdir $out
cp -a tar-1.13.25/* $out
cp -a $src $out

View File

@ -3,5 +3,5 @@
stdenv.mkDerivation {
name = "gnutar-static-1.13.25";
builder = ./builder.sh;
src = ./tar-1.13.25-static.tar.gz;
src = ./tar;
}

Binary file not shown.