From a163b854441a1d823b92306205bb458a2a08c20d Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sun, 23 Jul 2023 11:20:03 +0200 Subject: guix: toml: Add TOML parser. * guix/build/toml.scm: New file. * tests/toml.scm: New file. * Makefile.am: Register new files. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 27ea69d8da..d3eeaddaf4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -285,6 +285,7 @@ MODULES = \ guix/build/qt-utils.scm \ guix/build/zig-build-system.scm \ guix/build/make-bootstrap.scm \ + guix/build/toml.scm \ guix/search-paths.scm \ guix/packages.scm \ guix/import/cabal.scm \ @@ -605,6 +606,7 @@ SCM_TESTS = \ tests/system.scm \ tests/style.scm \ tests/texlive.scm \ + tests/toml.scm \ tests/transformations.scm \ tests/ui.scm \ tests/union.scm \ -- cgit v1.2.3