unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob 22b186f55ade34797c4551d2903c81bce98ed734 341 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
 
--- 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()
 }
 
 ######################################################################

debug log:

solving 22b186f55a ...
found 22b186f55a 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).