mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
Remove unzip 5.52, make unzip 6.0 default
As per TODO in all-packages.nix comments svn path=/nixpkgs/branches/stdenv-updates/; revision=28101
This commit is contained in:
parent
1eb378d0c4
commit
e861fb2bcd
@ -1,18 +0,0 @@
|
|||||||
{stdenv, fetchurl}:
|
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
|
||||||
name = "unzip-5.52";
|
|
||||||
|
|
||||||
src = fetchurl {
|
|
||||||
url = http://nixos.org/tarballs/unzip552.tar.gz;
|
|
||||||
md5 = "9d23919999d6eac9217d1f41472034a9";
|
|
||||||
};
|
|
||||||
|
|
||||||
buildPhase = "make -f unix/Makefile generic";
|
|
||||||
|
|
||||||
installPhase = "make -f unix/Makefile prefix=$out install";
|
|
||||||
|
|
||||||
meta = {
|
|
||||||
homepage = http://www.info-zip.org;
|
|
||||||
};
|
|
||||||
}
|
|
@ -1346,12 +1346,7 @@ let
|
|||||||
|
|
||||||
unshield = callPackage ../tools/archivers/unshield { };
|
unshield = callPackage ../tools/archivers/unshield { };
|
||||||
|
|
||||||
unzip = unzip552;
|
unzip = callPackage ../tools/archivers/unzip { };
|
||||||
|
|
||||||
# TODO: remove in the next stdenv update.
|
|
||||||
unzip552 = callPackage ../tools/archivers/unzip/5.52.nix { };
|
|
||||||
|
|
||||||
unzip60 = callPackage ../tools/archivers/unzip/6.0.nix { };
|
|
||||||
|
|
||||||
uptimed = callPackage ../tools/system/uptimed { };
|
uptimed = callPackage ../tools/system/uptimed { };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user