mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: libcyaml: Fix patch name.
* gnu/packages/web.scm (libcyaml)[source]: Fix patch name.
This commit is contained in:
parent
417cf5445b
commit
05bafc5db5
1 changed files with 1 additions and 1 deletions
|
@ -5081,7 +5081,7 @@ (define-public libcyaml
|
|||
(url "https://github.com/tlsa/libcyaml")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(patches (search-patches "libcyaml-yaml-compat.patch"))
|
||||
(patches (search-patches "libcyaml-libyaml-compat.patch"))
|
||||
(sha256
|
||||
(base32 "0428p0rwq71nhh5nzcbapsbrjxa0x5l6h6ns32nxv7j624f0zd93"))))
|
||||
(build-system gnu-build-system)
|
||||
|
|
Loading…
Reference in a new issue