aboutsummaryrefslogtreecommitdiff
path: root/contrib/guix/manifest.scm
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2023-08-23 10:23:02 +0100
committerfanquake <fanquake@gmail.com>2023-08-24 09:21:50 +0100
commit6cbedc3d9b67538e9949816226ccbe065e4f26a4 (patch)
tree3b3089d6f8fc84650c048f74d1d813851f210450 /contrib/guix/manifest.scm
parenta1d4a42993b032cb74734d2d728f9baf98673c9e (diff)
downloadbitcoin-6cbedc3d9b67538e9949816226ccbe065e4f26a4.tar.xz
guix: drop Windows broken-longjmp.patch
This is no-longer required, now that we are building using GCC 10.4.0.
Diffstat (limited to 'contrib/guix/manifest.scm')
-rw-r--r--contrib/guix/manifest.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/guix/manifest.scm b/contrib/guix/manifest.scm
index f7d8cdb6ca..025c412020 100644
--- a/contrib/guix/manifest.scm
+++ b/contrib/guix/manifest.scm
@@ -113,8 +113,7 @@ desirable for building Bitcoin Core release binaries."
(define (gcc-mingw-patches gcc)
(package-with-extra-patches gcc
(search-our-patches "gcc-remap-guix-store.patch"
- "vmov-alignment.patch"
- "gcc-broken-longjmp.patch")))
+ "vmov-alignment.patch")))
(define (make-mingw-pthreads-cross-toolchain target)
"Create a cross-compilation toolchain package for TARGET"