* Rename new unzip.
svn path=/nixpkgs/trunk/; revision=2515
This commit is contained in:
parent
d8a0bdebf2
commit
1af17b9d7f
@ -90,14 +90,7 @@ rec {
|
|||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
};
|
};
|
||||||
|
|
||||||
# !!! fix this
|
unzip = import ../tools/archivers/unzip {
|
||||||
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) {
|
|
||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -92,7 +92,7 @@ let {
|
|||||||
;};
|
;};
|
||||||
|
|
||||||
powerpcDarwinPkgs = {inherit (import ./powerpc-darwin.nix)
|
powerpcDarwinPkgs = {inherit (import ./powerpc-darwin.nix)
|
||||||
unzip552
|
unzip
|
||||||
aterm
|
aterm
|
||||||
subversion
|
subversion
|
||||||
bisonnew
|
bisonnew
|
||||||
|
Loading…
Reference in New Issue
Block a user