Added iproute into package list.
svn path=/nixpkgs/trunk/; revision=8905
This commit is contained in:
parent
9dc9c364bc
commit
56b2d0eb9e
@ -2271,6 +2271,10 @@ rec {
|
|||||||
inherit (gtkLibs) glib;
|
inherit (gtkLibs) glib;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
iproute = import ../os-specific/linux/iproute {
|
||||||
|
inherit fetchurl stdenv flex bison db4;
|
||||||
|
};
|
||||||
|
|
||||||
iputils = import ../os-specific/linux/iputils {
|
iputils = import ../os-specific/linux/iputils {
|
||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
glibc = stdenv.gcc.libc;
|
glibc = stdenv.gcc.libc;
|
||||||
|
Loading…
Reference in New Issue
Block a user