me
/
guix
Archived
1
0
Fork 0
This repository has been archived on 2024-08-07. You can view files and clone it, but cannot push or open issues/pull-requests.
guix/gnu/packages/patches/nsis-env-passthru.patch

12 lines
341 B
Diff

--- 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()
}
######################################################################