me
/
guix
Archived
1
0
Fork 0

gnu: nftables: Make some inputs native.

* gnu/packages/linux.scm (procenv)[native-inputs]: New field.
[inputs]: Move bison & flex to native-inputs.

Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
master
Vincent Legoll 2020-03-30 22:38:44 +02:00 committed by Mathieu Othacehe
parent 913c8897ea
commit 5450e30172
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 4 additions and 4 deletions

View File

@ -5647,13 +5647,13 @@ used by nftables.")
(build-system gnu-build-system)
(arguments `(#:configure-flags
'("--disable-man-doc"))) ; FIXME: Needs docbook2x.
(inputs `(("bison" ,bison)
("flex" ,flex)
("gmp" ,gmp)
(inputs `(("gmp" ,gmp)
("libmnl" ,libmnl)
("libnftnl" ,libnftnl)
("readline" ,readline)))
(native-inputs `(("pkg-config" ,pkg-config)))
(native-inputs `(("pkg-config" ,pkg-config)
("bison" ,bison)
("flex" ,flex)))
(home-page "https://www.nftables.org")
(synopsis "Userspace utility for Linux packet filtering")
(description "nftables is the project that aims to replace the existing