gnu: srt: Remove input labels.

* gnu/packages/networking.scm (srt)[native-inputs]: Remove input labels.

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Simon South 2022-07-02 15:10:26 -04:00 committed by Christopher Baines
parent a4c6997acb
commit 70f3914c24
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577

View File

@ -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")