From 9fcc35c51fd579b3bb7b4f61cba6973675c3922c Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Tue, 3 Sep 2019 21:59:45 +0200 Subject: daemon: Run 'guix perform-download' directly. * nix/scripts/download.in: Remove. * nix/local.mk (nodist_pkglibexec_SCRIPTS): Remove 'scripts/download'. * config-daemon.ac: Don't output 'nix/scripts/download'. * nix/libstore/builtins.cc (builtinDownload): Invoke 'guix perform-download' directly. --- nix/local.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'nix/local.mk') diff --git a/nix/local.mk b/nix/local.mk index cdcd9eb1c2..c4c3920fa3 100644 --- a/nix/local.mk +++ b/nix/local.mk @@ -155,8 +155,7 @@ noinst_HEADERS = \ (write (get-string-all in) out)))))" nodist_pkglibexec_SCRIPTS = \ - %D%/scripts/substitute \ - %D%/scripts/download + %D%/scripts/substitute if BUILD_DAEMON_OFFLOAD -- cgit v1.2.3