We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77e283d commit 91dbe15Copy full SHA for 91dbe15
contrib/guix/manifest.scm
@@ -121,9 +121,9 @@ desirable for building Bitcoin Core release binaries."
121
(search-our-patches "winpthreads-remap-guix-store.patch")))
122
123
(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))
+ (let ((base-mingw-w64 (make-mingw-w64 (substring target 0 (string-index target #\-))
+ #:xgcc (cross-gcc target #:xgcc (gcc-mingw-patches base-gcc))
+ #:with-winpthreads? #t)))
127
(package
128
(inherit base-mingw-w64)
129
(arguments
0 commit comments