me
/
guix
Archived
1
0
Fork 0

gnu: libcyaml: Fix patch name.

* gnu/packages/web.scm (libcyaml)[source]: Fix patch name.
master
Guillaume Le Vaillant 2020-10-14 09:42:09 +02:00
parent 417cf5445b
commit 05bafc5db5
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 1 additions and 1 deletions

View File

@ -5081,7 +5081,7 @@ written in C. It is developed as part of the NetSurf project.")
(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)