summaryrefslogtreecommitdiff
path: root/nix/local.mk
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2019-09-03 21:51:25 +0200
committerLudovic Courtès <ludo@gnu.org>2019-09-08 11:49:24 +0200
commit0c684b7edfacada4f576855dbb09291f04a84fa2 (patch)
treed4df94e7ae576b48d238bcccac315edf026277d5 /nix/local.mk
parent2e3e5d21988fc2cafb2a9eaf4b00976ea425629d (diff)
downloadpatches-0c684b7edfacada4f576855dbb09291f04a84fa2.tar
patches-0c684b7edfacada4f576855dbb09291f04a84fa2.tar.gz
daemon: Run 'guix authenticate' directly.
* nix/scripts/authenticate.in: Remove. * nix/local.mk (nodist_pkglibexec_SCRIPTS): Remove scripts/authenticate. * config-daemon.ac: Don't output 'nix/scripts/authenticate'. * nix/libstore/local-store.cc (runAuthenticationProgram): Run 'guix authenticate'.
Diffstat (limited to 'nix/local.mk')
-rw-r--r--nix/local.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/nix/local.mk b/nix/local.mk
index fd7379b5ff..cdcd9eb1c2 100644
--- a/nix/local.mk
+++ b/nix/local.mk
@@ -165,9 +165,6 @@ nodist_pkglibexec_SCRIPTS += \
endif BUILD_DAEMON_OFFLOAD
-nodist_pkglibexec_SCRIPTS += \
- %D%/scripts/authenticate
-
# The '.service' files for systemd.
systemdservicedir = $(libdir)/systemd/system
nodist_systemdservice_DATA = etc/guix-daemon.service etc/guix-publish.service