Skip to content

Commit a1d4a42

Browse files
committed
guix: drop NSIS patch now that we use 3.09
See https://sourceforge.net/p/nsis/bugs/1283/.
1 parent 1f6c75e commit a1d4a42

File tree

2 files changed

+1
-32
lines changed

2 files changed

+1
-32
lines changed

contrib/guix/manifest.scm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,7 @@ chain for " target " development."))
145145

146146
(define (make-nsis-for-gcc-10 base-nsis)
147147
(package-with-extra-patches base-nsis
148-
(search-our-patches "nsis-gcc-10-memmove.patch"
149-
"nsis-disable-installer-reloc.patch")))
148+
(search-our-patches "nsis-gcc-10-memmove.patch")))
150149

151150
;; While LIEF is packaged in Guix, we maintain our own package,
152151
;; to simplify building, and more easily apply updates.

contrib/guix/patches/nsis-disable-installer-reloc.patch

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)