gnu: libcyaml: Remove unused input.
authorMarius Bakke <marius@gnu.org>
Sat, 27 Jun 2020 14:14:50 +0000 (16:14 +0200)
committerMarius Bakke <marius@gnu.org>
Sat, 27 Jun 2020 18:08:24 +0000 (20:08 +0200)
* gnu/packages/web.scm (libcyaml)[native-inputs]: Remove GIT.

gnu/packages/web.scm

index cca722f..c449267 100644 (file)
@@ -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