summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2019-06-10 17:09:35 +0200
committerLudovic Courtès <ludo@gnu.org>2019-07-04 18:05:02 +0200
commit92a4087bf4862d5ba9b77111eba3c68c2a1c4679 (patch)
tree1f8c7965dc1a4b11cecd2f6aa37bc8c022ea6f4a /Makefile.am
parent2ca41030d5189d83ea2a28ea64cf0e19efed5fd7 (diff)
downloadpatches-92a4087bf4862d5ba9b77111eba3c68c2a1c4679.tar
patches-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.am1
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 \