gnu: srt: Remove unused input.

* gnu/packages/networking.scm (srt)[native-inputs]: Remove GIT.
This commit is contained in:
Marius Bakke 2020-10-22 11:56:01 +02:00
parent f11733bd9d
commit ccbbcbf0c4
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -334,8 +334,7 @@ (define-public srt
"-DENABLE_UNITTESTS=ON"
"-DENABLE_CODE_COVERAGE=ON")))
(native-inputs
`(("git" ,git-minimal)
("gtest" ,googletest)
`(("gtest" ,googletest)
("pkg-config" ,pkg-config)
("tclsh" ,tcl)))
(propagated-inputs