* added ethtool 6
svn path=/nixpkgs/trunk/; revision=17346
This commit is contained in:
parent
a9d801d645
commit
cce34a0779
|
@ -0,0 +1,11 @@
|
|||
{stdenv, fetchurl}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "ethtool-6";
|
||||
|
||||
src = fetchurl {
|
||||
url = mirror://sourceforge/gkernel/ethtool/6/ethtool-6.tar.gz;
|
||||
sha256 = "1iml9w4lrrxsg366wzdkw1wnrydpyah0lprwqf4zcxyxwxrzaijh";
|
||||
};
|
||||
|
||||
}
|
|
@ -671,6 +671,10 @@ let
|
|||
};
|
||||
};
|
||||
|
||||
ethtool = import ../tools/misc/ethtool {
|
||||
inherit fetchurl stdenv;
|
||||
};
|
||||
|
||||
exif = import ../tools/graphics/exif {
|
||||
inherit fetchurl stdenv pkgconfig libexif popt;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue