summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2019-09-01 13:24:03 +0200
committerLudovic Courtès <ludo@gnu.org>2019-09-04 13:02:27 +0200
commit76073d29e11c71d3678efd44db646852b5502e55 (patch)
tree80a271a5d82bf9eb13cb4891638218f0ac5657c1 /Makefile.am
parent91300526b7d9d775bd98a700ed3758420ef9eac6 (diff)
downloadpatches-76073d29e11c71d3678efd44db646852b5502e55.tar
patches-76073d29e11c71d3678efd44db646852b5502e55.tar.gz
Add (guix json).
* guix/swh.scm (define-json-reader, define-json-mapping): Move to... * guix/json.scm: ... here. 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 fa6bf8fe80..7b96c9473c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -68,6 +68,7 @@ MODULES = \
guix/cpio.scm \
guix/deprecation.scm \
guix/docker.scm \
+ guix/json.scm \
guix/records.scm \
guix/pki.scm \
guix/progress.scm \