From 8d8d6442774eb376d5cf835af22993e211e6f841 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 5 Jun 2022 02:00:00 +0200 Subject: gnu: rng-tools: Remove input labels. * gnu/packages/linux.scm (rng-tools)[inputs]: Remove input labels. --- gnu/packages/linux.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gnu/packages/linux.scm') 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 @@ (define-public rng-tools (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 -- cgit v1.2.3