mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
0c684b7edf
commit
9fcc35c51f
4 changed files with 3 additions and 17 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue