diff options
| author | Alex Kost <alezost@gmail.com> | 2017-05-05 14:35:59 +0300 |
|---|---|---|
| committer | Alex Kost <alezost@gmail.com> | 2017-05-05 14:40:20 +0300 |
| commit | 8e54ee85a8e1a4d98848e256a3b92f9ab6e6e7be (patch) | |
| tree | a80572342ba3c80833b53329147032deb9816d07 | |
| parent | Add 'guix-services-from-system-config-file' command (diff) | |
| download | guix-wigust-8e54ee85a8e1a4d98848e256a3b92f9ab6e6e7be.tar.gz | |
build: Rearrange some guile modules
* scheme/Makefile.am (MODULES): Build "graph" and "lint" modules after
"packages", as they depend on it.
| -rw-r--r-- | scheme/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scheme/Makefile.am b/scheme/Makefile.am index 25dabc1..523c1df 100644 --- a/scheme/Makefile.am +++ b/scheme/Makefile.am @@ -23,8 +23,6 @@ AM_V_GUILEC_0 = @echo " GUILEC " $@; MODULES = \ emacs-guix/utils.scm \ - emacs-guix/graph.scm \ - emacs-guix/lint.scm \ emacs-guix/pack.scm \ emacs-guix/refresh.scm \ emacs-guix/commands.scm \ @@ -33,6 +31,8 @@ MODULES = \ emacs-guix/locations.scm \ emacs-guix/generations.scm \ emacs-guix/system-generations.scm \ + emacs-guix/graph.scm \ + emacs-guix/lint.scm \ emacs-guix/services.scm \ emacs-guix/actions.scm \ emacs-guix.scm |
