diff options
author | Julien Lepiller <julien@lepiller.eu> | 2019-07-14 20:16:19 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2019-07-14 20:18:07 +0200 |
commit | a4bb18921099b2ec8c1699e08a73ca0fa78d0486 (patch) | |
tree | f4ebaf59f4aca03bfbc20b3415f832a76f3b8570 /Makefile.am | |
parent | 3c6d7fa84274ab357b5e43dd412486b35872ab36 (diff) | |
download | patches-a4bb18921099b2ec8c1699e08a73ca0fa78d0486.tar patches-a4bb18921099b2ec8c1699e08a73ca0fa78d0486.tar.gz |
Revert "guix: node-build-system: Use guile-json instead of a custom parser."
The effect of this change was to import the (json parser) from the host
side into the build side. The solution here would be to do the equivalent
of ‘with-extensions’ for gexps. Since we don't use gexps for build
systems just yet, revert this for now.
This reverts commit 8eb0ba532ebbebef23180e666e0607ea735f9c1a.
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 38f2d7e690..9839bf27cc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -184,6 +184,7 @@ MODULES = \ guix/build/haskell-build-system.scm \ guix/build/linux-module-build-system.scm \ guix/build/store-copy.scm \ + guix/build/json.scm \ guix/build/utils.scm \ guix/build/union.scm \ guix/build/profiles.scm \ |