mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05: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 @@ (define (python-path dir)
|
|||
;; Nmap can't cope with out-of-source building.
|
||||
#:out-of-source? #f))
|
||||
(inputs
|
||||
(list libpcap
|
||||
(list bash-minimal ;for wrap-program
|
||||
libpcap
|
||||
lua
|
||||
openssl-3.0
|
||||
pcre
|
||||
|
|
Loading…
Reference in a new issue