unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#72351] [PATCH] gnu: nsis: Use scons 3 over scons-python2
@ 2024-07-29 11:01 Michael Ford
  2024-08-01 15:57 ` bug#72351: " Z572
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Ford @ 2024-07-29 11:01 UTC (permalink / raw)
  To: 72351

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

---
 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




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#72351: [PATCH] gnu: nsis: Use scons 3 over scons-python2
  2024-07-29 11:01 [bug#72351] [PATCH] gnu: nsis: Use scons 3 over scons-python2 Michael Ford
@ 2024-08-01 15:57 ` Z572
  0 siblings, 0 replies; 2+ messages in thread
From: Z572 @ 2024-08-01 15:57 UTC (permalink / raw)
  To: Michael Ford; +Cc: 72351-done

[-- Attachment #1: Type: text/plain, Size: 1006 bytes --]

Michael Ford <fanquake@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@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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-08-01 16:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-29 11:01 [bug#72351] [PATCH] gnu: nsis: Use scons 3 over scons-python2 Michael Ford
2024-08-01 15:57 ` bug#72351: " Z572

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).