guix-commits
[Top][All Lists]
Advanced

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

03/08: gnu: srt: Remove input labels.


From: guix-commits
Subject: 03/08: gnu: srt: Remove input labels.
Date: Thu, 7 Jul 2022 19:18:30 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 70f3914c24b6d50f89e11143f8051188487ba640
Author: Simon South <simon@simonsouth.net>
AuthorDate: Sat Jul 2 15:10:26 2022 -0400

    gnu: srt: Remove input labels.
    
    * gnu/packages/networking.scm (srt)[native-inputs]: Remove input labels.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 gnu/packages/networking.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index ef8c09a777..82e209b149 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -490,9 +490,7 @@ from any network device in any of three ASCII graph 
formats.")
         "-DENABLE_STATIC=OFF"
         "-DENABLE_UNITTESTS=ON")))
     (native-inputs
-     `(("gtest" ,googletest)
-       ("pkg-config" ,pkg-config)
-       ("tclsh" ,tcl)))
+     (list googletest pkg-config tcl))
     (propagated-inputs
      (list openssl))
     (synopsis "Secure Reliable Transport")



reply via email to

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