mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: libcyaml: Remove unused input.
* gnu/packages/web.scm (libcyaml)[native-inputs]: Remove GIT.
This commit is contained in:
parent
e0bb6391a9
commit
cd03e2cb2f
1 changed files with 1 additions and 2 deletions
|
@ -5041,8 +5041,7 @@ (define-public libcyaml
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue