replace iputils with a slightly older version to avoid SSL based tools being
built. Still missing are security patches though, these should be ripped from the Fedora SRPMs... svn path=/nixpkgs/trunk/; revision=3288
This commit is contained in:
parent
b5a41376a7
commit
3440fd020c
@ -1,6 +1,6 @@
|
|||||||
. $stdenv/setup
|
. $stdenv/setup
|
||||||
|
|
||||||
tar jxvf $src
|
tar zxvf $src
|
||||||
cd iputils
|
cd iputils
|
||||||
|
|
||||||
echo $src
|
echo $src
|
||||||
|
@ -4,8 +4,8 @@ stdenv.mkDerivation {
|
|||||||
name = "iputils";
|
name = "iputils";
|
||||||
builder = ./builder.sh;
|
builder = ./builder.sh;
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://catamaran.labs.cs.uu.nl/dist/tarballs/iputils-ss021109-try.tar.bz2;
|
url = ftp://ftp.nl.debian.org/debian/pool/main/i/iputils/iputils_20020927.orig.tar.gz;
|
||||||
md5 = "dd10ef3d76480990a2174d2bb0daddaf";
|
md5 = "b5493f7a2997130a4f86c486c9993b86";
|
||||||
};
|
};
|
||||||
|
|
||||||
inherit kernelHeaders glibc;
|
inherit kernelHeaders glibc;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user