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>
This commit is contained in:
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

View file

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