guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/14: gnu: nmap: Add bash-minimal to inputs.


From: guix-commits
Subject: 07/14: gnu: nmap: Add bash-minimal to inputs.
Date: Thu, 19 Oct 2023 23:43:13 -0400 (EDT)

apteryx pushed a commit to branch core-updates
in repository guix.

commit 8db5b17f65bf3120892cdae329272923bda48e35
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Oct 19 23:21:10 2023 -0400

    gnu: nmap: Add bash-minimal to inputs.
    
    * gnu/packages/admin.scm (nmap) [inputs]: Add bash-minimal.
    
    Change-Id: I396355acd89752f2e01afd9b1fc522d525757155
---
 gnu/packages/admin.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 5228685e1f..63774044a2 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -3432,7 +3432,8 @@ rules is done with the @code{auditctl} utility.")
        ;; 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]