mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 15:10:16 -05:00
gnu: aircrack-ng: Run more tests.
* gnu/packages/networking.scm (aircrack-ng)[native-inputs]: Add expect.
This commit is contained in:
parent
f9e20e979e
commit
12c9411899
1 changed files with 3 additions and 1 deletions
|
@ -1874,7 +1874,9 @@ (define-public aircrack-ng
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue