gnu: nmap: Add bash-minimal to inputs.

* gnu/packages/admin.scm (nmap) [inputs]: Add bash-minimal.

Change-Id: I396355acd89752f2e01afd9b1fc522d525757155
This commit is contained in:
Maxim Cournoyer 2023-10-19 23:21:10 -04:00 committed by Ludovic Courtès
parent c9efa54420
commit bfce628617
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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