mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
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:
parent
913c8897ea
commit
5450e30172
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue