guix-commits
[Top][All Lists]
Advanced

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

15/16: gnu: libcyaml: Remove unused input.


From: guix-commits
Subject: 15/16: gnu: libcyaml: Remove unused input.
Date: Sat, 27 Jun 2020 14:50:44 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit cd03e2cb2f5759e158392b9fe67d805b7b41c574
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Jun 27 16:14:50 2020 +0200

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

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index cca722f..c449267 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -5041,8 +5041,7 @@ written in C.  It is developed as part of the NetSurf 
project.")
     (inputs
      `(("libyaml" ,libyaml)))
     (native-inputs
-     `(("git", git)
-       ("pkg-config", pkg-config)))
+     `(("pkg-config", pkg-config)))
     (synopsis "C library for reading and writing YAML")
     (description
      "LibCYAML is a C library written in ISO C11 for reading and writing



reply via email to

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