Added iproute into package list.

svn path=/nixpkgs/trunk/; revision=8905
This commit is contained in:
Michael Raskin 2007-06-20 12:53:48 +00:00
parent 9dc9c364bc
commit 56b2d0eb9e

View File

@ -2271,6 +2271,10 @@ rec {
inherit (gtkLibs) glib;
};
iproute = import ../os-specific/linux/iproute {
inherit fetchurl stdenv flex bison db4;
};
iputils = import ../os-specific/linux/iputils {
inherit fetchurl stdenv;
glibc = stdenv.gcc.libc;