mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
e2ad0b0f8b
* gnu/packages/patches/nsis-source-date-epoch.patch: Drop this patch. * gnu/local.mk (dist_patch_DATA): Remove it. * gnu/packages/patches/nsis-env-passthru.patch: Adjust the patch. * gnu/packages/installers.scm (make-nsis): Update to 3.08. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
11 lines
341 B
Diff
11 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()
|
|
}
|
|
|
|
######################################################################
|