summary refs log tree commit diff
path: root/pkgs/tools/archivers/unzip
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2011-08-01 04:53:21 +0000
committerShea Levy <shea@shealevy.com>2011-08-01 04:53:21 +0000
commite861fb2bcde5413c90c52d2db3b9fcea468bef0e (patch)
tree97bd5e50d2a1a12ec5e38fcd71b7c3394e70bb53 /pkgs/tools/archivers/unzip
parent1eb378d0c4ae62e806286f2ebdfce972a50a9b9d (diff)
downloadnixpkgs-e861fb2bcde5413c90c52d2db3b9fcea468bef0e.tar
nixpkgs-e861fb2bcde5413c90c52d2db3b9fcea468bef0e.tar.gz
nixpkgs-e861fb2bcde5413c90c52d2db3b9fcea468bef0e.tar.bz2
nixpkgs-e861fb2bcde5413c90c52d2db3b9fcea468bef0e.tar.lz
nixpkgs-e861fb2bcde5413c90c52d2db3b9fcea468bef0e.tar.xz
nixpkgs-e861fb2bcde5413c90c52d2db3b9fcea468bef0e.tar.zst
nixpkgs-e861fb2bcde5413c90c52d2db3b9fcea468bef0e.zip
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
Diffstat (limited to 'pkgs/tools/archivers/unzip')
-rw-r--r--pkgs/tools/archivers/unzip/5.52.nix18
-rw-r--r--pkgs/tools/archivers/unzip/default.nix (renamed from pkgs/tools/archivers/unzip/6.0.nix)0
2 files changed, 0 insertions, 18 deletions
diff --git a/pkgs/tools/archivers/unzip/5.52.nix b/pkgs/tools/archivers/unzip/5.52.nix
deleted file mode 100644
index c72def3731a..00000000000
--- a/pkgs/tools/archivers/unzip/5.52.nix
+++ /dev/null
@@ -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;
-  };
-}
diff --git a/pkgs/tools/archivers/unzip/6.0.nix b/pkgs/tools/archivers/unzip/default.nix
index 803832f52d8..803832f52d8 100644
--- a/pkgs/tools/archivers/unzip/6.0.nix
+++ b/pkgs/tools/archivers/unzip/default.nix