forked from mirrors/nixpkgs
* Remove arguments from iputils.
svn path=/nixpkgs/trunk/; revision=3400
This commit is contained in:
parent
e7fdbcf6ca
commit
5e1e73fdac
|
@ -1036,7 +1036,7 @@ rec {
|
|||
};
|
||||
|
||||
iputils = (import ../os-specific/linux/iputils) {
|
||||
inherit fetchurl stdenv kernelHeaders bison flex openssl;
|
||||
inherit fetchurl stdenv kernelHeaders;
|
||||
glibc = stdenv.gcc.glibc;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue