diff options
author | Ludovic Courtès <ludo@gnu.org> | 2018-08-27 15:38:59 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-09-02 16:43:10 +0200 |
commit | fe634eaf93ba40862acdf62d7f197c6f19f0651c (patch) | |
tree | 1d0286c3c1610c328a2eb7b235744981ad9ec560 /Makefile.am | |
parent | 02fa1d251c9caeba39c7593e0b8ab52b60735b17 (diff) | |
download | patches-fe634eaf93ba40862acdf62d7f197c6f19f0651c.tar patches-fe634eaf93ba40862acdf62d7f197c6f19f0651c.tar.gz |
Add (guix describe) and use it to initialize '%package-search-path'.
* guix/describe.scm: New file.
* Makefile.am (MODULES): Add it.
* gnu/packages.scm (%default-package-module-path): New variable.
(%package-module-path): Honor 'package-path-entries'.
* build-aux/update-NEWS.scm (main): Use %DEFAULT-PACKAGE-MODULE-PATH
instead of (last (%package-module-path)).
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 324674a60e..b6efd6d625 100644 --- a/Makefile.am +++ b/Makefile.am @@ -86,6 +86,7 @@ MODULES = \ guix/derivations.scm \ guix/grafts.scm \ guix/inferior.scm \ + guix/describe.scm \ guix/gnu-maintenance.scm \ guix/self.scm \ guix/upstream.scm \ |