guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/09: gnu: srt: Remove unused input.


From: guix-commits
Subject: 07/09: gnu: srt: Remove unused input.
Date: Thu, 22 Oct 2020 12:49:07 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit ccbbcbf0c436cb9630b28cfe1edec585a9b575b6
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Oct 22 11:56:01 2020 +0200

    gnu: srt: Remove unused input.
    
    * gnu/packages/networking.scm (srt)[native-inputs]: Remove GIT.
---
 gnu/packages/networking.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index bdf2a2f..9ee5ed9 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]