mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: nmap: Add bash-minimal to inputs.
* gnu/packages/admin.scm (nmap) [inputs]: Add bash-minimal. Change-Id: I396355acd89752f2e01afd9b1fc522d525757155
This commit is contained in:
parent
c9efa54420
commit
bfce628617
1 changed files with 2 additions and 1 deletions
|
@ -3457,7 +3457,8 @@ rules is done with the @code{auditctl} utility.")
|
||||||
;; Nmap can't cope with out-of-source building.
|
;; Nmap can't cope with out-of-source building.
|
||||||
#:out-of-source? #f))
|
#:out-of-source? #f))
|
||||||
(inputs
|
(inputs
|
||||||
(list libpcap
|
(list bash-minimal ;for wrap-program
|
||||||
|
libpcap
|
||||||
lua
|
lua
|
||||||
openssl-3.0
|
openssl-3.0
|
||||||
pcre
|
pcre
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue