gnu: sniffglue: Add missing input.
* gnu/packages/rust-apps.scm (sniffglue)[native-inputs]: Add perl.master
parent
dd619cde95
commit
a7927dd568
|
@ -1297,6 +1297,8 @@ rebase.")
|
||||||
(("rust-boxxy" ,rust-boxxy-0.11))))
|
(("rust-boxxy" ,rust-boxxy-0.11))))
|
||||||
(inputs
|
(inputs
|
||||||
(list libpcap libseccomp))
|
(list libpcap libseccomp))
|
||||||
|
(native-inputs
|
||||||
|
(list perl))
|
||||||
(home-page "https://github.com/kpcyrd/sniffglue")
|
(home-page "https://github.com/kpcyrd/sniffglue")
|
||||||
(synopsis "Secure multithreaded packet sniffer")
|
(synopsis "Secure multithreaded packet sniffer")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue