diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-05-15 02:00:06 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-05-22 02:00:01 +0200 |
commit | 12c9411899428311f15b96a426638ff9dc94c742 (patch) | |
tree | 0df6520026fd7737647241da5356878879d244c7 /gnu | |
parent | f9e20e979eda9df70fea4ee530231ebb9d1bad71 (diff) | |
download | guix-12c9411899428311f15b96a426638ff9dc94c742.tar.gz guix-12c9411899428311f15b96a426638ff9dc94c742.zip |
gnu: aircrack-ng: Run more tests.
* gnu/packages/networking.scm (aircrack-ng)[native-inputs]: Add expect.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/networking.scm | 4 |
1 files changed, 3 insertions, 1 deletions
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 |