aboutsummaryrefslogtreecommitdiff
path: root/srfi
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-02-28 23:55:49 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2018-03-01 22:20:59 +0100
commit7314a5475e8fe0fc7ffe17d2cc30b4ae8c5381b2 (patch)
treeb4499bbc30da93e9043cd9d1cf3e4d2fe72c3920 /srfi
parentdb317b38dc3fadf4759da8209740c616d1b599b7 (diff)
downloadguix-7314a5475e8fe0fc7ffe17d2cc30b4ae8c5381b2.tar.gz
guix-7314a5475e8fe0fc7ffe17d2cc30b4ae8c5381b2.zip
gnu: dbacl: Use HTTPS home page.
* gnu/packages/textutils.scm (dbacl)[home-page]: Use HTTPS.
Diffstat (limited to 'srfi')
0 files changed, 0 insertions, 0 deletions
'NIX_ROOT_FINDER'. Set 'GUIX'. * doc/guix.texi (Invoking guix gc): Document '--list-busy'. * guix/scripts/gc.scm (show-help, %options): Add "--list-busy". (guix-gc)[list-busy]: New procedure. Handle the 'list-busy' action. Ludovic Courtès 2019-02-04daemon: 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