gnu: aircrack-ng: Run more tests.
* gnu/packages/networking.scm (aircrack-ng)[native-inputs]: Add expect.master
parent
f9e20e979e
commit
12c9411899
|
@ -1874,7 +1874,9 @@ live network and disk I/O bandwidth monitor.")
|
||||||
(base32 "1hsq1gwmafka4bahs6rc8p98yi542h9a502h64bjlygpr3ih99q5"))))
|
(base32 "1hsq1gwmafka4bahs6rc8p98yi542h9a502h64bjlygpr3ih99q5"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list autoconf automake libtool pkg-config which))
|
(list autoconf automake libtool pkg-config which
|
||||||
|
;; For tests.
|
||||||
|
expect))
|
||||||
(inputs
|
(inputs
|
||||||
(list `(,hwloc "lib") ; speed boost on SMP machines
|
(list `(,hwloc "lib") ; speed boost on SMP machines
|
||||||
libgcrypt
|
libgcrypt
|
||||||
|
|
Reference in New Issue