~ruther/guix-local

ref: fa0413c2cea3a7ebbddfaf9fd3a2122ee659ebe7 guix-local/gnu/packages/patches/nsis-env-passthru.patch -rw-r--r-- 341 bytes
fa0413c2 — Attila Lendvai gnu: gedit: Update to 44.3. 2 years 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()
 }
 
 ######################################################################