mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
Obviously, iproute needs host flex
svn path=/nixpkgs/trunk/; revision=30285
This commit is contained in:
parent
84888ac3f1
commit
3b3c1670d1
|
@ -21,7 +21,8 @@ stdenv.mkDerivation rec {
|
|||
+ " CONFDIR=$(out)/etc DOCDIR=$(out)/share/doc/${name}"
|
||||
+ " MANDIR=$(out)/share/man";
|
||||
|
||||
buildInputs = [bison flex db4 iptables];
|
||||
buildInputs = [db4 iptables];
|
||||
buildNativeInputs = [bison flex db4];
|
||||
|
||||
meta = {
|
||||
homepage =
|
||||
|
|
Loading…
Reference in a new issue