diff options
author | Ludovic Courtès <ludo@gnu.org> | 2018-03-23 15:36:12 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-04-08 17:41:08 +0200 |
commit | eaae07ec2878707744fed76029a28ab9a494fc2e (patch) | |
tree | 6c2cd2dfec1d1f2aa951dcc66907d0c1cbfac137 /Makefile.am | |
parent | 278c16579dfe59833155b1e7678a727e60fa6540 (diff) | |
download | guix-eaae07ec2878707744fed76029a28ab9a494fc2e.tar guix-eaae07ec2878707744fed76029a28ab9a494fc2e.tar.gz |
Add (guix self).
* guix/self.scm: New file.
* Makefile.am (MODULES): Add it.
* gnu/packages.scm (%distro-root-directory): Rewrite to try different
directories.
* guix/discovery.scm (guix): Export 'scheme-files'.
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 244069b533..e4edd05d72 100644 --- a/Makefile.am +++ b/Makefile.am @@ -81,6 +81,7 @@ MODULES = \ guix/derivations.scm \ guix/grafts.scm \ guix/gnu-maintenance.scm \ + guix/self.scm \ guix/upstream.scm \ guix/licenses.scm \ guix/glob.scm \ |