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.
This commit is contained in:
Ludovic Courtès 2019-09-03 21:59:45 +02:00
parent 0c684b7edf
commit 9fcc35c51f
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5
4 changed files with 3 additions and 17 deletions

View file

@ -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