diff options
| author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2023-06-21 08:06:13 -0700 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2023-10-21 00:27:25 +0200 |
| commit | e011961f99e3cab8ff1972de2b4659e972bb00a0 (patch) | |
| tree | fd899cdb79327cc7216a56a4392116b7c6eb446d /Makefile.am | |
| parent | 37792ee3529a78d1f2c6378533e45642ce36b649 (diff) | |
build-system: Add zig-build-system.
* guix/build-system/zig.scm: New file.
* guix/build/zig-build-system.scm: New file.
* Makefile.am: Add them.
* doc/guix.texi: Document it.
* etc/snippets/yas/scheme-mode/guix-package (build-system): Add
zig-build-system.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 310a2312597..fb11e94d3f0 100644 --- a/Makefile.am +++ b/Makefile.am | |||
| @@ -184,6 +184,7 @@ MODULES = \ | |||
| 184 | guix/build-system/texlive.scm \ | 184 | guix/build-system/texlive.scm \ |
| 185 | guix/build-system/tree-sitter.scm \ | 185 | guix/build-system/tree-sitter.scm \ |
| 186 | guix/build-system/trivial.scm \ | 186 | guix/build-system/trivial.scm \ |
| 187 | guix/build-system/zig.scm \ | ||
| 187 | guix/ftp-client.scm \ | 188 | guix/ftp-client.scm \ |
| 188 | guix/http-client.scm \ | 189 | guix/http-client.scm \ |
| 189 | guix/gnupg.scm \ | 190 | guix/gnupg.scm \ |
| @@ -270,6 +271,7 @@ MODULES = \ | |||
| 270 | guix/build/graft.scm \ | 271 | guix/build/graft.scm \ |
| 271 | guix/build/bournish.scm \ | 272 | guix/build/bournish.scm \ |
| 272 | guix/build/qt-utils.scm \ | 273 | guix/build/qt-utils.scm \ |
| 274 | guix/build/zig-build-system.scm \ | ||
| 273 | guix/build/make-bootstrap.scm \ | 275 | guix/build/make-bootstrap.scm \ |
| 274 | guix/search-paths.scm \ | 276 | guix/search-paths.scm \ |
| 275 | guix/packages.scm \ | 277 | guix/packages.scm \ |
