guix-devel/nix/scripts
Ludovic Courtès 0fe1fba4af
daemon: Install 'authenticate' script under LIBEXECDIR/guix.
That way it is handled in the same way as other helper scripts.

* nix/scripts/guix-authenticate.in: Rename to...
* nix/scripts/authenticate.in: ... this.
* config-daemon.ac: Adjust accordingly.
* nix/local.mk (libstore_a_CPPFLAGS): Remove -DOPENSSL_PATH.
(nodist_libexec_SCRIPTS): Remove.
(nodist_pkglibexec_SCRIPTS): New variable.
* nix/nix-daemon/guix-daemon.cc (main): Remove 'setenv' call for
"PATH".
* nix/libstore/local-store.cc (runAuthenticationProgram): New function.
(LocalStore::exportPath, LocalStore::importPath): Use it instead of
'runProgram' and OPENSSL_PATH.
2018-11-14 21:34:08 +01:00
..
authenticate.in daemon: Install 'authenticate' script under LIBEXECDIR/guix. 2018-11-14 21:34:08 +01:00
download.in daemon: Add "builtin:download" derivation builder. 2016-11-16 18:19:47 +01:00
list-runtime-roots.in list-runtime-root: Fix off-by-one in 'strip-drop' call. 2017-12-31 11:18:30 +01:00
offload.in Add 'guix offload' as a daemon build hook. 2014-01-24 00:01:50 +01:00
substitute.in Rename 'guix substitute-binary' to 'guix substitute'. 2015-03-25 10:46:22 +01:00