mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: nsis: Use scons 3 over scons-python2
Rather than building NSIS with Scons 3 using Python2, switch to Scons 3 with Python 3. From c49419c7dc262f81d664fcab4c7fd200d3627c05 Mon Sep 17 00:00:00 2001 From: fanquake <fanquake@gmail.com> Date: Mon, 29 Jul 2024 11:55:07 +0100 Subject: [PATCH] gnu: nsis: Use scons 3 over scons-python2 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
parent
22e071e38a
commit
d428237642
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ (define (make-nsis machine target-arch nsis-target-type)
|
|||
("mingw-w64" ,xlibc)))
|
||||
(inputs (list zlib))
|
||||
(arguments
|
||||
`(#:scons ,scons-python2
|
||||
`(#:scons ,scons-3
|
||||
#:modules ((srfi srfi-1)
|
||||
(srfi srfi-26)
|
||||
(guix build utils)
|
||||
|
|
Loading…
Reference in a new issue