mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03: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 New Issue
Block a user