aboutsummaryrefslogtreecommitdiff
--- 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()
 }
 
 ######################################################################
patch
AgeCommit message (Expand)Author
2020-03-26gnu: gd: Update to 2.3.0....* gnu/packages/patches/gd-fix-tests-on-i686.patch: Adjust context. * gnu/packages/patches/gd-CVE-2018-1000222.patch, gnu/packages/patches/gd-CVE-2018-5711.patch, gnu/packages/patches/gd-CVE-2019-6977.patch, gnu/packages/patches/gd-CVE-2019-6978.patch, gnu/packages/patches/gd-freetype-test-failure.patch: Delete files. * gnu/packages/patches/gd-brect-bounds.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly * gnu/packages/gd.scm (gd): Update to 2.3.0. [source](patches): Remove obsolete. * gnu/packages/gd.scm (gd): [propagated-inputs]: Move LIBJPEG-TURBO and FONTCONFIG ... [inputs]: ... here. Marius Bakke