mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
build: Build (guix utils) first.
* Makefile.am (MODULES): Move `guix/utils.scm' first.
This commit is contained in:
parent
6152632593
commit
73fbb90431
1 changed files with 1 additions and 1 deletions
|
@ -19,12 +19,12 @@
|
||||||
bin_SCRIPTS = guix-build
|
bin_SCRIPTS = guix-build
|
||||||
|
|
||||||
MODULES = \
|
MODULES = \
|
||||||
|
guix/utils.scm \
|
||||||
guix/derivations.scm \
|
guix/derivations.scm \
|
||||||
guix/build-system.scm \
|
guix/build-system.scm \
|
||||||
guix/build-system/gnu.scm \
|
guix/build-system/gnu.scm \
|
||||||
guix/http.scm \
|
guix/http.scm \
|
||||||
guix/store.scm \
|
guix/store.scm \
|
||||||
guix/utils.scm \
|
|
||||||
guix/build/gnu-build-system.scm \
|
guix/build/gnu-build-system.scm \
|
||||||
guix/build/http.scm \
|
guix/build/http.scm \
|
||||||
guix/build/utils.scm \
|
guix/build/utils.scm \
|
||||||
|
|
Loading…
Reference in a new issue