summaryrefslogtreecommitdiff
path: root/gnu/packages/zig.scm
Commit message (Collapse)AuthorAge
* gnu: zig: Limit to 64bit systems.Efraim Flashner2022-06-12
| | | | * gnu/packages/zig.scm (zig)[supported-systems]: New field.
* gnu: LLVM, Clang: Add 14.0.0.Marius Bakke2022-04-07
| | | | | | | | | | | | | | * gnu/packages/llvm.scm (%llvm-monorepo-hashes, %llvm-patches, llvm-monorepo): New variables. (clang-runtime-from-llvm): Make HASH optional; use monorepo when not present. (clang-from-llvm): Likewise. (llvm-14, clang-runtime-14, clang-14, clang-toolchain-14, lld-14): New variables. (llvm-13): Inherit from LLVM-14. (lld-13): Inherit from LLD-14. (lld): Turn into alias for LLD-14. * gnu/packages/patches/clang-14.0-libc-search-path.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/zig.scm (zig): Change from LLD to LLD-13.
* gnu: zig: Remove unneeded patch.Efraim Flashner2022-03-28
| | | | | | * gnu/packages/zig.scm (zig)[source]: Remove one patch. * gnu/packages/patches/zig-disable-libc-note-test.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: zig: Update to 0.9.1.jgart2022-03-15
| | | | | | * gnu/packages/zig.scm (zig): Update to 0.9.1. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: zig: Update to 0.9.0Calum Irwin2022-01-24
| | | | | | | | * gnu/packages/patches/zig-disable-libc-note-test.patch: Move patch changes to new file. * gnu/packages/patches/zig-use-system-paths.patch: Update line numbers. * gnu/packages/zig.scm: Update to 0.9.0 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: zig: Build with LLD 12.Marius Bakke2022-01-09
| | | | | | | | This fixes a regression introduced in a05e573d60bf64129abf4d4e5f27355c84ebb2ee as the LLD version must match the LLVM version. * gnu/packages/llvm.scm (lld-12): New variable. * gnu/packages/zig.scm (zig)[inputs]: Change from LLD to LLD-12.
* gnu: Simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
* Update mailmap and copyright assignments for Liliana Marie Prikler.Liliana Marie Prikler2021-11-06
| | | | | | | Use full names everywhere. * .mailmap: Use full name for Liliana Marie Prikler. * gnu/packages/zig.scm: Likewise.
* gnu: Add zig.Liliana Marie Prikler2021-10-31
* gnu/packages/patches/zig-disable-libc-note-test.patch, gnu/packages/patches/zig-use-system-paths.patch: New files. * gnu/packages/zig.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES, dist_patch_DATA): Adjust accordingly.