[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")
- branch master updated (45ed812da5 -> 7dfb8dc4c1), guix-commits, 2022/07/07
- 01/08: gnu: mame: Update to 0.245., guix-commits, 2022/07/07
- 02/08: gnu: guix-build-coordinator: Update to 0-58.a7bbf9d., guix-commits, 2022/07/07
- 03/08: gnu: srt: Remove input labels.,
guix-commits <=
- 06/08: gnu: Remove srt-1.4.1., guix-commits, 2022/07/07
- 05/08: gnu: vlc: Use regular srt., guix-commits, 2022/07/07
- 07/08: gnu: vlc: Remove input labels., guix-commits, 2022/07/07
- 04/08: gnu: srt: Update to 1.4.4., guix-commits, 2022/07/07
- 08/08: gnu: vlc: Add bash-minimal as an input., guix-commits, 2022/07/07