--- 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') ###################################################################### cgit logo index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/nix/local.mk
AgeCommit message (Expand)Author
2019-09-08daemon: Remove 'NIX_LIBEXEC_DIR'....Ludovic Courtès
2019-09-08daemon: Run 'guix substitute' directly and assume a single substituter....Ludovic Courtès
2019-09-08daemon: Run 'guix offload' directly....Ludovic Courtès
2019-09-08daemon: Run 'guix perform-download' directly....Ludovic Courtès
2019-09-08daemon: Run 'guix authenticate' directly....Ludovic Courtès
2019-09-08daemon: Invoke 'guix gc --list-busy' instead of 'list-runtime-roots'....Ludovic Courtès
2019-02-04daemon: Add "/guix" to default 'nixLibexecDir'....Ludovic Courtès
2019-02-04daemon: Remove unused 'NIX_DATA_DIR' environment variable....Ludovic Courtès
2018-11-14daemon: Install 'authenticate' script under LIBEXECDIR/guix....Ludovic Courtès
2018-06-22build: Remove leftover reference to nix/libstore/schema.sql....Ludovic Courtès
2018-06-14Remove 'guix-register' and its traces....Ludovic Courtès
2018-06-14database: 'with-database' can now initialize new databases....Ludovic Courtès
2018-06-08build: Do not add all of $(BUILT_SOURCES) to $(CLEANFILES)....Ludovic Courtès
2018-01-07daemon: Make libbz2 an optional dependency....Ludovic Courtès
2018-01-07daemon: Add gzip log compression....Ludovic Courtès