mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
build: Build guix/scripts/download.go after guix/build/download.go.
* Makefile.am (guix/scripts/download.go): Add dependency on `guix/build/download.go'. Reported by Nikita Karetnikov <nikita@karetnikov.org>.
This commit is contained in:
parent
dc3f1809cf
commit
02d94dab8d
1 changed files with 3 additions and 0 deletions
|
@ -164,6 +164,9 @@ MODULES = \
|
|||
gnu/packages/zip.scm \
|
||||
gnu/system/vm.scm
|
||||
|
||||
# Because of the autoload hack in (guix build download), we must build it
|
||||
# first to avoid errors on systems where (gnutls) is unavailable.
|
||||
guix/scripts/download.go: guix/build/download.go
|
||||
|
||||
GOBJECTS = $(MODULES:%.scm=%.go) guix/config.go
|
||||
|
||||
|
|
Loading…
Reference in a new issue