aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/gnustep.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2016-08-03 00:23:47 +0200
committerMark H Weaver <mhw@netris.org>2016-08-04 08:17:28 -0400
commit7977d76c0a29a0f4f2bf7a65498079498f6616d0 (patch)
treeac5c9f3a5ab423fb92b63b200429146c91dffbc7 /gnu/packages/gnustep.scm
parent536fc5f8cd45023c3c6f28f9c768338b5e797b47 (diff)
downloadguix-7977d76c0a29a0f4f2bf7a65498079498f6616d0.tar.gz
guix-7977d76c0a29a0f4f2bf7a65498079498f6616d0.zip
Update NEWS.
Diffstat (limited to 'gnu/packages/gnustep.scm')
0 files changed, 0 insertions, 0 deletions
/build-aux/pre-inst-env.in?id=959eaa1eb834fd47ceab3c5bbbe4967e808d530b'>daemon: Add "/guix" to default 'nixLibexecDir'....This makes it easier to run the uninstalled daemon. * nix/local.mk (libstore_a_CPPFLAGS): Append "/guix" to NIX_LIBEXEC_DIR. * build-aux/pre-inst-env.in (NIX_LIBEXEC_DIR): Adjust comment. * nix/libstore/builtins.cc (builtinDownload): Remove SUBDIR and its use. * nix/libstore/local-store.cc (runAuthenticationProgram): Ditto. * nix/libstore/gc.cc (addAdditionalRoots): Remove "/guix" prefix. * nix/nix-daemon/guix-daemon.cc (main): Ditto. Ludovic Courtès 2019-02-04daemon: Remove the 'NIX_SUBSTITUTERS' environment variable....* nix/libstore/globals.cc (Settings:update): Remove changes to 'substituters'. * nix/nix-daemon/guix-daemon.cc (main): Set 'settings.substituters' directly instead of changing the 'NIX_SUBSTITUTERS' environment variable. * build-aux/pre-inst-env.in: Remove reference to 'NIX_SUBSTITUTERS'. Ludovic Courtès