--- 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()
}
######################################################################
table id='header'>
|
index : guix | |
Wojtek's customized Guix | |
Age | Commit message (Collapse) | Author |
1&showmsg=1'>Expand)Author |
2022-09-19 | gnu: connman: Patch CVE-2022-32392, CVE-2022-32293....* gnu/packages/connman.scm (connman)[source]: Add patches.
* gnu/packages/patches/connman-CVE-2022-32292.patch,
gnu/packages/patches/connman-CVE-2022-32293-pt1.patch,
gnu/packages/patches/connman-CVE-2022-32293-pt1.patch: New files.
* gnu/local.mk (dist_patch_DATA): Register them.
| Efraim Flashner |
2022-07-31 | gnu: qttools: Rename to qttools-5....Automated with:
git grep -l qttools | xargs sed 's/\bqttools\b/\0-5/g' -i
git checkout NEWS
| Maxim Cournoyer |
2022-07-06 | gnu: connman: Fix cross-compilation....* gnu/packages/connman.scm (connman): Fix cross-compilation.
[arguments]: Use G-Expressions. Set path to binaries at
`#:configure-flags'.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Jean-Pierre De Jesus DIAZ |