# List of source files which contain translatable strings. These should be # only package modules (currently it's only a subset of them, but eventually # all of them should be listed here.) Strings of the tools are in 'po/guix'. gnu/packages/abiword.scm gnu/packages/aspell.scm gnu/packages/audio.scm gnu/packages/backup.scm gnu/packages/base.scm gnu/packages/bittorrent.scm gnu/packages/certs.scm gnu/packages/compression.scm gnu/packages/databases.scm gnu/packages/debug.scm gnu/packages/dejagnu.scm gnu/packages/games.scm gnu/packages/gcc.scm gnu/packages/gettext.scm gnu/packages/gimp.scm gnu/packages/gnome.scm gnu/packages/gnuzilla.scm gnu/packages/gtk.scm gnu/packages/guile.scm gnu/packages/imagemagick.scm gnu/packages/image.scm gnu/packages/image-viewers.scm gnu/packages/inkscape.scm gnu/packages/jemalloc.scm gnu/packages/less.scm gnu/packages/lesstif.scm gnu/packages/libreoffice.scm gnu/packages/linux.scm gnu/packages/lout.scm gnu/packages/messaging.scm gnu/packages/mpd.scm gnu/packages/netpbm.scm gnu/packages/nettle.scm gnu/packages/networking.scm gnu/packages/pdf.scm gnu/packages/pem.scm gnu/packages/perl.scm gnu/packages/photo.scm gnu/packages/ratpoison.scm gnu/packages/readline.scm gnu/packages/scanner.scm gnu/packages/scheme.scm gnu/packages/search.scm gnu/packages/serveez.scm gnu/packages/shells.scm gnu/packages/telephony.scm gnu/packages/tex.scm gnu/packages/texinfo.scm gnu/packages/textutils.scm gnu/packages/version-control.scm gnu/packages/virtualization.scm gnu/packages/webkit.scm gnu/packages/web.scm gnu/packages/wordnet.scm gnu/packages/xiph.scm ' method='get' action='/guix/log/gnu/packages/zig.scm'>
path: root/gnu/packages/zig.scm
AgeCommit message (Expand)Author
2022-06-12gnu: zig: Limit to 64bit systems....* gnu/packages/zig.scm (zig)[supported-systems]: New field. Efraim Flashner
2022-04-07gnu: LLVM, Clang: Add 14.0.0....* 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. Marius Bakke
2022-03-28gnu: zig: Remove unneeded patch....* 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. Efraim Flashner
2022-03-15gnu: zig: Update to 0.9.1....* gnu/packages/zig.scm (zig): Update to 0.9.1. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> jgart
2022-01-24gnu: zig: Update to 0.9.0...* 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> Calum Irwin
2022-01-09gnu: zig: Build with LLD 12....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. Marius Bakke
2021-12-13gnu: Simplify package inputs....This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès
2021-11-06Update mailmap and copyright assignments for Liliana Marie Prikler....Use full names everywhere. * .mailmap: Use full name for Liliana Marie Prikler. * gnu/packages/zig.scm: Likewise. Liliana Marie Prikler
2021-10-31gnu: Add zig....* 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. Liliana Marie Prikler