gnu: libcyaml: Remove unused input.

* gnu/packages/web.scm (libcyaml)[native-inputs]: Remove GIT.
This commit is contained in:
Marius Bakke 2020-06-27 16:14:50 +02:00
parent e0bb6391a9
commit cd03e2cb2f
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -5041,8 +5041,7 @@ (define-public libcyaml
(inputs (inputs
`(("libyaml" ,libyaml))) `(("libyaml" ,libyaml)))
(native-inputs (native-inputs
`(("git", git) `(("pkg-config", pkg-config)))
("pkg-config", pkg-config)))
(synopsis "C library for reading and writing YAML") (synopsis "C library for reading and writing YAML")
(description (description
"LibCYAML is a C library written in ISO C11 for reading and writing "LibCYAML is a C library written in ISO C11 for reading and writing