diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-06-05 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-06-05 02:00:11 +0200 |
commit | 8d8d6442774eb376d5cf835af22993e211e6f841 (patch) | |
tree | 3173df8cd528c19718a9f76f81f3f8bcfd2a850f /gnu | |
parent | f2e570ca8a9349d706828cee9012b75dbd87c257 (diff) | |
download | guix-8d8d6442774eb376d5cf835af22993e211e6f841.tar.gz guix-8d8d6442774eb376d5cf835af22993e211e6f841.zip |
gnu: rng-tools: Remove input labels.
* gnu/packages/linux.scm (rng-tools)[inputs]:
Remove input labels.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/linux.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index dacb29a6ac..da04af8e30 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -6361,8 +6361,7 @@ The collection contains a set of bandwidth and latency benchmark such as: (native-inputs (list autoconf automake pkg-config)) (inputs - `(("libsysfs" ,sysfsutils) - ("openssl" ,openssl))) + (list sysfsutils openssl)) (synopsis "Random number generator daemon") (description "Monitor a hardware random number generator, and supply entropy |