3
0
Fork 0
forked from mirrors/nixpkgs

* Rename new unzip.

svn path=/nixpkgs/trunk/; revision=2515
This commit is contained in:
Eelco Dolstra 2005-04-11 08:26:36 +00:00
parent d8a0bdebf2
commit 1af17b9d7f
4 changed files with 2 additions and 9 deletions

View file

@ -90,14 +90,7 @@ rec {
inherit fetchurl stdenv;
};
# !!! fix this
unzip = if stdenv.system == "i686-linux" then unzip550 else unzip552;
unzip550 = (import ../tools/archivers/unzip) {
inherit fetchurl stdenv;
};
unzip552 = (import ../tools/archivers/unzip-5.52) {
unzip = import ../tools/archivers/unzip {
inherit fetchurl stdenv;
};

View file

@ -92,7 +92,7 @@ let {
;};
powerpcDarwinPkgs = {inherit (import ./powerpc-darwin.nix)
unzip552
unzip
aterm
subversion
bisonnew