net-tools: Update to 1.60_p20120127084908

Apparently token ring support is gone in the kernel.

http://hydra.nixos.org/build/3081969
This commit is contained in:
Eelco Dolstra
2012-10-16 14:29:31 -04:00
parent 6c75d07e65
commit ca298b5fe6
3 changed files with 12 additions and 47 deletions
+5 -7
View File
@@ -1,15 +1,13 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation {
name = "net-tools-1.60";
stdenv.mkDerivation rec {
name = "net-tools-1.60_p20120127084908";
src = fetchurl {
url = http://www.tazenda.demon.co.uk/phil/net-tools/net-tools-1.60.tar.bz2;
md5 = "888774accab40217dde927e21979c165";
url = "mirror://gentoo/distfiles/${name}.tar.xz";
sha256 = "408a51964aa142a4f45c4cffede2478abbd5630a7c7346ba0d3611059a2a3c94";
};
patches = [ ./net-tools-labels.patch ];
preBuild =
''
cp ${./config.h} config.h