Revert "guix: node-build-system: Use guile-json instead of a custom parser."
authorJulien Lepiller <julien@lepiller.eu>
Sun, 14 Jul 2019 18:16:19 +0000 (20:16 +0200)
committerJulien Lepiller <julien@lepiller.eu>
Sun, 14 Jul 2019 18:18:07 +0000 (20:18 +0200)
commita4bb18921099b2ec8c1699e08a73ca0fa78d0486
treef4ebaf59f4aca03bfbc20b3415f832a76f3b8570
parent3c6d7fa84274ab357b5e43dd412486b35872ab36
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.
Makefile.am
guix/build-system/node.scm
guix/build/json.scm [new file with mode: 0644]
guix/build/node-build-system.scm