diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-06-10 17:09:35 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-07-04 18:05:02 +0200 |
commit | 92a4087bf4862d5ba9b77111eba3c68c2a1c4679 (patch) | |
tree | 1f8c7965dc1a4b11cecd2f6aa37bc8c022ea6f4a /Makefile.am | |
parent | 2ca41030d5189d83ea2a28ea64cf0e19efed5fd7 (diff) | |
download | guix-92a4087bf4862d5ba9b77111eba3c68c2a1c4679.tar guix-92a4087bf4862d5ba9b77111eba3c68c2a1c4679.tar.gz |
Add (guix repl).
* guix/scripts/repl.scm: Use (guix repl).
(self-quoting?, machine-repl): Remove.
* guix/repl.scm: New file.
* Makefile.am (MODULES): Add it.
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 8adf23c699..9c070cd5b8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -90,6 +90,7 @@ MODULES = \ guix/nar.scm \ guix/derivations.scm \ guix/grafts.scm \ + guix/repl.scm \ guix/inferior.scm \ guix/describe.scm \ guix/channels.scm \ |