unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob 36b4092230101ec604a4de33bfd8695804e033e8 357 bytes (raw)
name: gnu/packages/patches/nsis-env-passthru.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
 
--- nsis-3.04-src/SConstruct	2019-05-30 14:53:30.276775332 -0400
+++ nsis-3.04-src/SConstruct	2019-05-30 14:54:17.901232914 -0400
@@ -77,6 +77,9 @@
 if not toolset and not path:
 	defenv = Environment(TARGET_ARCH = arch)
 
+import os;
+defenv['ENV'] = os.environ
+
 Export('defenv')
 
 ######################################################################

debug log:

solving 36b4092230 ...
found 36b4092230 in https://git.savannah.gnu.org/cgit/guix.git

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).