This is an automated email from the git hooks/post-receive script.
janneke pushed a commit to branch wip-mingw
in repository guile.
The following commit(s) were added to refs/heads/wip-mingw by this push:
new acfef0ccc squash! guix: Add guile-patched, guile-mingw.
acfef0ccc is described below
commit acfef0ccc3bdf53b8aa9119d95fc0ec287f15eb3
Author: Jan (janneke) Nieuwenhuizen <[email protected]>
AuthorDate: Wed May 11 17:54:38 2022 +0200
squash! guix: Add guile-patched, guile-mingw.
---
guix/mingw.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/guix/mingw.scm b/guix/mingw.scm
index 3e4233d24..f297b182e 100644
--- a/guix/mingw.scm
+++ b/guix/mingw.scm
@@ -114,7 +114,8 @@ C or C++ programs, though that is not its primary goal.")
(package
(inherit guile-3.0-patched)
(source (origin (inherit (package-source guile-3.0-patched))
- (patches "guile-mingw-file-name-convention.patch")))
+ (patches
+ (search-patches
"guile-mingw-file-name-convention.patch"))))
(name "guile-mingw")
(native-inputs
`(("self" ,guile-3.0-patched)