mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
don't have tar depend upon tar
svn path=/nixpkgs/trunk/; revision=1577
This commit is contained in:
parent
e493d6ff07
commit
9eeba2d479
@ -1,5 +1,4 @@
|
||||
. $stdenv/setup
|
||||
|
||||
tar zxvf $src
|
||||
mkdir $out
|
||||
cp -a tar-1.13.25/* $out
|
||||
cp -a $src $out
|
||||
|
@ -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;
|
||||
}
|
||||
|
BIN
pkgs/stdenv/nix-linux-static/gnutar-static/tar
Executable file
BIN
pkgs/stdenv/nix-linux-static/gnutar-static/tar
Executable file
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user