me
/
guix
Archived
1
0
Fork 0

gnu: criu: Support nftables.

* gnu/packages/virtualization.scm (criu)[inputs]: Add nftables.
master
Tobias Geerinckx-Rice 2020-11-13 01:41:37 +01:00
parent 0a46a1e918
commit bb2232206c
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 1 deletions

View File

@ -1374,7 +1374,8 @@ domains, their live performance and resource utilization statistics.")
("libcap" ,libcap)
("libnet" ,libnet)
("libnl" ,libnl)
("libbsd" ,libbsd)))
("libbsd" ,libbsd)
("nftables" ,nftables)))
(native-inputs
`(("pkg-config" ,pkg-config)
("perl" ,perl)