--- 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()
}
######################################################################
|
index : guix | |
Wojtek's customized Guix | |
Age | Commit message (Expand) | Author |
2019-01-21 | Update 'TODO'...* TODO (Installer): Add Pierre Neidhardt suggestions described here:
https://lists.gnu.org/archive/html/guix-devel/2019-01/msg00305.html
| Mathieu Othacehe |
2019-01-17 | Update 'TODO'....* TODO (Installer): New section.
| Mathieu Othacehe |