mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 07:58:01 -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")
|
(url "https://github.com/tlsa/libcyaml")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(patches (search-patches "libcyaml-yaml-compat.patch"))
|
(patches (search-patches "libcyaml-libyaml-compat.patch"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0428p0rwq71nhh5nzcbapsbrjxa0x5l6h6ns32nxv7j624f0zd93"))))
|
(base32 "0428p0rwq71nhh5nzcbapsbrjxa0x5l6h6ns32nxv7j624f0zd93"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
|
Loading…
Reference in a new issue