diff options
author | Simon South <simon@simonsouth.net> | 2022-07-02 15:10:26 -0400 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2022-07-08 00:16:13 +0100 |
commit | 70f3914c24b6d50f89e11143f8051188487ba640 (patch) | |
tree | 827b87897d7d3869e16abe9a916ee5d883c1d82e /gnu/packages/networking.scm | |
parent | a4c6997acb794379daf70eaeb01f29637abdf9c0 (diff) | |
download | guix-70f3914c24b6d50f89e11143f8051188487ba640.tar.gz |
gnu: srt: Remove input labels.
* gnu/packages/networking.scm (srt)[native-inputs]: Remove input labels. Signed-off-by: Christopher Baines <mail@cbaines.net>
Diffstat (limited to 'gnu/packages/networking.scm')
-rw-r--r-- | gnu/packages/networking.scm | 4 |
1 files changed, 1 insertions, 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") |