mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: srt: Remove unused input.
* gnu/packages/networking.scm (srt)[native-inputs]: Remove GIT.
This commit is contained in:
parent
f11733bd9d
commit
ccbbcbf0c4
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue