me
/
guix
Archived
1
0
Fork 0

gnu: sniffglue: Add missing input.

* gnu/packages/rust-apps.scm (sniffglue)[native-inputs]: Add perl.
master
Efraim Flashner 2023-03-15 12:26:13 +02:00
parent dd619cde95
commit a7927dd568
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 0 deletions

View File

@ -1297,6 +1297,8 @@ rebase.")
(("rust-boxxy" ,rust-boxxy-0.11))))
(inputs
(list libpcap libseccomp))
(native-inputs
(list perl))
(home-page "https://github.com/kpcyrd/sniffglue")
(synopsis "Secure multithreaded packet sniffer")
(description