me
/
guix
Archived
1
0
Fork 0

gnu: libcyaml: Remove unused input.

* gnu/packages/web.scm (libcyaml)[native-inputs]: Remove GIT.
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
1 changed files with 1 additions and 2 deletions

View 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