aboutsummaryrefslogtreecommitdiff
path: root/contrib/guix/manifest.scm
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2023-08-22 16:04:18 +0100
committerfanquake <fanquake@gmail.com>2023-08-24 09:21:49 +0100
commita1d4a42993b032cb74734d2d728f9baf98673c9e (patch)
tree1a582e33778887536ebb23e7376338cc67d57de9 /contrib/guix/manifest.scm
parent1f6c75e82bc97ff08e444f2b0569289e96a42356 (diff)
downloadbitcoin-a1d4a42993b032cb74734d2d728f9baf98673c9e.tar.xz
guix: drop NSIS patch now that we use 3.09
See https://sourceforge.net/p/nsis/bugs/1283/.
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 94ed31ff6d..f7d8cdb6ca 100644
--- a/contrib/guix/manifest.scm
+++ b/contrib/guix/manifest.scm
@@ -145,8 +145,7 @@ chain for " target " development."))
(define (make-nsis-for-gcc-10 base-nsis)
(package-with-extra-patches base-nsis
- (search-our-patches "nsis-gcc-10-memmove.patch"
- "nsis-disable-installer-reloc.patch")))
+ (search-our-patches "nsis-gcc-10-memmove.patch")))
;; While LIEF is packaged in Guix, we maintain our own package,
;; to simplify building, and more easily apply updates.