gnu: srt: Remove unused input.
authorMarius Bakke <marius@gnu.org>
Thu, 22 Oct 2020 09:56:01 +0000 (11:56 +0200)
committerMarius Bakke <marius@gnu.org>
Thu, 22 Oct 2020 16:41:29 +0000 (18:41 +0200)
* gnu/packages/networking.scm (srt)[native-inputs]: Remove GIT.

gnu/packages/networking.scm

index bdf2a2f..9ee5ed9 100644 (file)
@@ -334,8 +334,7 @@ supported, including rtmp://, rtmpt://, rtmpe://, rtmpte://, and rtmps://.")
         "-DENABLE_UNITTESTS=ON"
         "-DENABLE_CODE_COVERAGE=ON")))
     (native-inputs
-     `(("git" ,git-minimal)
-       ("gtest" ,googletest)
+     `(("gtest" ,googletest)
        ("pkg-config" ,pkg-config)
        ("tclsh" ,tcl)))
     (propagated-inputs