guix-commits
[Top][All Lists]
Advanced

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

07/09: gnu: aircrack-ng: Run more tests.


From: guix-commits
Subject: 07/09: gnu: aircrack-ng: Run more tests.
Date: Mon, 23 May 2022 13:43:34 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 12c9411899428311f15b96a426638ff9dc94c742
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 15 02:00:06 2022 +0200

    gnu: aircrack-ng: Run more tests.
    
    * gnu/packages/networking.scm (aircrack-ng)[native-inputs]: Add expect.
---
 gnu/packages/networking.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 0a1176da5b..caca79f5c0 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1874,7 +1874,9 @@ live network and disk I/O bandwidth monitor.")
         (base32 "1hsq1gwmafka4bahs6rc8p98yi542h9a502h64bjlygpr3ih99q5"))))
     (build-system gnu-build-system)
     (native-inputs
-     (list autoconf automake libtool pkg-config which))
+     (list autoconf automake libtool pkg-config which
+           ;; For tests.
+           expect))
     (inputs
      (list `(,hwloc "lib")              ; speed boost on SMP machines
            libgcrypt



reply via email to

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