Skip to content

Commit 91dbe15

Browse files
committed
fix "bad let" error
1 parent 77e283d commit 91dbe15

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

contrib/guix/manifest.scm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,9 @@ desirable for building Bitcoin Core release binaries."
121121
(search-our-patches "winpthreads-remap-guix-store.patch")))
122122

123123
(define (make-mingw-w64-ucrt target)
124-
(let (base-mingw-w64 (make-mingw-w64 (substring target 0 (string-index target #\-))
125-
#:xgcc (cross-gcc target #:xgcc (gcc-mingw-patches base-gcc))
126-
#:with-winpthreads? #t))
124+
(let ((base-mingw-w64 (make-mingw-w64 (substring target 0 (string-index target #\-))
125+
#:xgcc (cross-gcc target #:xgcc (gcc-mingw-patches base-gcc))
126+
#:with-winpthreads? #t)))
127127
(package
128128
(inherit base-mingw-w64)
129129
(arguments

0 commit comments

Comments
 (0)