diff options
| author | Philip McGrath <philip@philipmcgrath.com> | 2022-05-18 14:10:50 -0400 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2022-05-22 01:07:51 +0200 |
| commit | aefcfdd0ae2aa41adb3d1106752b6a291ef1d80f (patch) | |
| tree | 55fd26db24776324bda13f84260ab0f36a404166 /Makefile.am | |
| parent | 0d480d4c624fba4e192a0718d1500a5924d688f7 (diff) | |
guix: Add elm-build-system.
* gnu/packages/patches/elm-offline-package-registry.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/elm.scm (elm): Use it.
* guix/build-system/elm.scm, guix/build/elm-build-system.scm,
tests/elm.scm: New files.
* Makefile.scm (MODULES, SCM_TESTS): Add them.
* doc/guix.texi (Build Systems): Document 'elm-build-system'.
* doc/contributing.texi (Elm Packages): New section. Document naming
conventions and utilities.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 85a22be99cc..9ca92c407c1 100644 --- a/Makefile.am +++ b/Makefile.am | |||
| @@ -141,6 +141,7 @@ MODULES = \ | |||
| 141 | guix/build-system/cmake.scm \ | 141 | guix/build-system/cmake.scm \ |
| 142 | guix/build-system/dub.scm \ | 142 | guix/build-system/dub.scm \ |
| 143 | guix/build-system/dune.scm \ | 143 | guix/build-system/dune.scm \ |
| 144 | guix/build-system/elm.scm \ | ||
| 144 | guix/build-system/emacs.scm \ | 145 | guix/build-system/emacs.scm \ |
| 145 | guix/build-system/font.scm \ | 146 | guix/build-system/font.scm \ |
| 146 | guix/build-system/go.scm \ | 147 | guix/build-system/go.scm \ |
| @@ -192,6 +193,7 @@ MODULES = \ | |||
| 192 | guix/build/cmake-build-system.scm \ | 193 | guix/build/cmake-build-system.scm \ |
| 193 | guix/build/dub-build-system.scm \ | 194 | guix/build/dub-build-system.scm \ |
| 194 | guix/build/dune-build-system.scm \ | 195 | guix/build/dune-build-system.scm \ |
| 196 | guix/build/elm-build-system.scm \ | ||
| 195 | guix/build/emacs-build-system.scm \ | 197 | guix/build/emacs-build-system.scm \ |
| 196 | guix/build/meson-build-system.scm \ | 198 | guix/build/meson-build-system.scm \ |
| 197 | guix/build/minify-build-system.scm \ | 199 | guix/build/minify-build-system.scm \ |
| @@ -472,6 +474,7 @@ SCM_TESTS = \ | |||
| 472 | tests/derivations.scm \ | 474 | tests/derivations.scm \ |
| 473 | tests/discovery.scm \ | 475 | tests/discovery.scm \ |
| 474 | tests/egg.scm \ | 476 | tests/egg.scm \ |
| 477 | tests/elm.scm \ | ||
| 475 | tests/elpa.scm \ | 478 | tests/elpa.scm \ |
| 476 | tests/file-systems.scm \ | 479 | tests/file-systems.scm \ |
| 477 | tests/gem.scm \ | 480 | tests/gem.scm \ |
