GNU bug report logs -
#72351
[PATCH] gnu: nsis: Use scons 3 over scons-python2
Previous Next
Reported by: Michael Ford <fanquake <at> gmail.com>
Date: Mon, 29 Jul 2024 11:02:01 UTC
Severity: normal
Tags: patch
Done: Z572 <zhengjunjie <at> iscas.ac.cn>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Thu, 01 Aug 2024 23:57:05 +0800
with message-id <87le1gw81a.fsf <at> iscas.ac.cn>
and subject line Re: [bug#72351] [PATCH] gnu: nsis: Use scons 3 over scons-python2
has caused the debbugs.gnu.org bug report #72351,
regarding [PATCH] gnu: nsis: Use scons 3 over scons-python2
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
72351: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=72351
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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 <at> gmail.com>
Date: Mon, 29 Jul 2024 11:55:07 +0100
Subject: [PATCH] gnu: nsis: Use scons 3 over scons-python2
---
gnu/packages/installers.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/installers.scm b/gnu/packages/installers.scm
index d1145a5d58..fb8b71be79 100644
--- a/gnu/packages/installers.scm
+++ b/gnu/packages/installers.scm
@@ -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)
--
2.45.2
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
Michael Ford <fanquake <at> gmail.com> writes:
> 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 <at> gmail.com>
> Date: Mon, 29 Jul 2024 11:55:07 +0100
> Subject: [PATCH] gnu: nsis: Use scons 3 over scons-python2
>
> ---
> gnu/packages/installers.scm | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/gnu/packages/installers.scm b/gnu/packages/installers.scm
> index d1145a5d58..fb8b71be79 100644
> --- a/gnu/packages/installers.scm
> +++ b/gnu/packages/installers.scm
> @@ -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)
thanks, push, close
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 293 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.