--- 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') ###################################################################### >
aboutsummaryrefslogtreecommitdiff
path: root/nix/libstore/store-api.cc
AgeCommit message (Expand)Author
2019-06-13daemon: Replace "illegal" by "invalid" in error messages....Ludovic Courtès
2018-12-16daemon: Use unbranded phrases in comments and messages....Ludovic Courtès
2018-06-14Remove 'guix-register' and its traces....Ludovic Courtès
2018-03-30daemon: Remove dead code....Ludovic Courtès