* Get rid of the old unzip.
svn path=/nixpkgs/trunk/; revision=2514
This commit is contained in:
parent
42fa9be439
commit
d8a0bdebf2
@ -1,14 +0,0 @@
|
|||||||
. $stdenv/setup
|
|
||||||
|
|
||||||
builder() {
|
|
||||||
make -f unix/Makefile generic
|
|
||||||
}
|
|
||||||
|
|
||||||
installer() {
|
|
||||||
make -f unix/Makefile prefix=$out install
|
|
||||||
}
|
|
||||||
|
|
||||||
buildPhase=builder
|
|
||||||
installPhase=installer
|
|
||||||
|
|
||||||
genericBuild
|
|
@ -1,10 +0,0 @@
|
|||||||
{stdenv, fetchurl}:
|
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
|
||||||
name = "unzip-5.50";
|
|
||||||
builder = ./builder.sh;
|
|
||||||
src = fetchurl {
|
|
||||||
url = http://catamaran.labs.cs.uu.nl/dist/tarballs/unzip550.tar.gz;
|
|
||||||
md5 = "798592d62e37f92571184236947122ed";
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user