mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 04:02:10 +00:00
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
|
||||
|
||||
tar jxvf $src
|
||||
tar zxvf $src
|
||||
cd iputils
|
||||
|
||||
echo $src
|
||||
|
|
|
@ -4,8 +4,8 @@ stdenv.mkDerivation {
|
|||
name = "iputils";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = http://catamaran.labs.cs.uu.nl/dist/tarballs/iputils-ss021109-try.tar.bz2;
|
||||
md5 = "dd10ef3d76480990a2174d2bb0daddaf";
|
||||
url = ftp://ftp.nl.debian.org/debian/pool/main/i/iputils/iputils_20020927.orig.tar.gz;
|
||||
md5 = "b5493f7a2997130a4f86c486c9993b86";
|
||||
};
|
||||
|
||||
inherit kernelHeaders glibc;
|
||||
|
|
Loading…
Reference in a new issue