~ruther/guix-local

ref: d7085a3c5001635ec2f63dabdd970ecf7d64a3f8 guix-local/gnu/packages/patches/nsis-env-passthru.patch -rw-r--r-- 357 bytes
d7085a3c — Efraim Flashner gnu: python-pillow: Add cpe-name. 4 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
--- nsis-3.04-src/SConstruct	2019-05-30 14:53:30.276775332 -0400
+++ nsis-3.04-src/SConstruct	2019-05-30 14:54:17.901232914 -0400
@@ -77,6 +77,9 @@
 if not toolset and not path:
 	defenv = Environment(TARGET_ARCH = arch)
 
+import os;
+defenv['ENV'] = os.environ
+
 Export('defenv')
 
 ######################################################################