summaryrefslogtreecommitdiff
path: root/gnu/packages/web.scm
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2020-06-27 16:14:50 +0200
committerMarius Bakke <marius@gnu.org>2020-06-27 20:08:24 +0200
commitcd03e2cb2f5759e158392b9fe67d805b7b41c574 (patch)
tree5a97825777c01af7c2fdfa991160184e2572de59 /gnu/packages/web.scm
parente0bb6391a9bd55f3856fa45f23a7891d29b834ad (diff)
downloadguix-patches-cd03e2cb2f5759e158392b9fe67d805b7b41c574.tar
guix-patches-cd03e2cb2f5759e158392b9fe67d805b7b41c574.tar.gz
gnu: libcyaml: Remove unused input.
* gnu/packages/web.scm (libcyaml)[native-inputs]: Remove GIT.
Diffstat (limited to 'gnu/packages/web.scm')
-rw-r--r--gnu/packages/web.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index cca722f6e9..c449267f3d 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