[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch staging updated: gnu: libcyaml: Fix patch name.
From: |
guix-commits |
Subject: |
branch staging updated: gnu: libcyaml: Fix patch name. |
Date: |
Wed, 14 Oct 2020 03:45:03 -0400 |
This is an automated email from the git hooks/post-receive script.
glv pushed a commit to branch staging
in repository guix.
The following commit(s) were added to refs/heads/staging by this push:
new 05bafc5 gnu: libcyaml: Fix patch name.
05bafc5 is described below
commit 05bafc5db52f075ab8dfe3ad8ea9c6d810cc75f5
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Wed Oct 14 09:42:09 2020 +0200
gnu: libcyaml: Fix patch name.
* gnu/packages/web.scm (libcyaml)[source]: Fix patch name.
---
gnu/packages/web.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 0229a8c..58f8423 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -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)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch staging updated: gnu: libcyaml: Fix patch name.,
guix-commits <=