guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/05: gnu: rng-tools: Remove input labels.


From: guix-commits
Subject: 04/05: gnu: rng-tools: Remove input labels.
Date: Thu, 9 Jun 2022 18:54:01 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 8d8d6442774eb376d5cf835af22993e211e6f841
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jun 5 02:00:00 2022 +0200

    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(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]