~ruther/guix-local

ref: 64668f7c15fa639831209f25e313c99a1047de7b guix-local/gnu/packages/patches/nsis-env-passthru.patch -rw-r--r-- 341 bytes
64668f7c — Rutherther etc: release: Add spare space to the release VM image. a month ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
--- nsis-3.08-src/SConstruct	2021-01-15 17:31:10.000000000 +0100
+++ nsis-3.08-src/SConstruct-passthru	2022-08-02 17:11:12.414702282 +0200
@@ -71,7 +71,7 @@
 
 defenv = {
 	'TARGET_ARCH': ARGUMENTS.get('TARGET_ARCH', 'x86'),
-	'ENV': {}
+	'ENV': os.environ.copy()
 }
 
 ######################################################################