diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2023-07-13 20:49:33 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2023-07-14 09:20:01 +0300 |
commit | ddbfef2e956effdb640712a1829206f2b496f6c2 (patch) | |
tree | 965d4be92fbae0bfcbc45938503c4c975f42555a /gnu/local.mk | |
parent | 92d18dc568ee27137240e6e7b973edde34a085a8 (diff) | |
download | guix-ddbfef2e956effdb640712a1829206f2b496f6c2.tar.gz |
gnu: zig-0.9: Fix building on riscv64-linux.
* gnu/packages/zig.scm (zig-0.9)[source]: Add patch. [arguments]: Skip tests when building for riscv64-linux. When building for riscv64-linux add a phase to adjust the tests. * gnu/packages/patches/zig-0.9-riscv-support.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 53f59a830d..71a13462ab 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -2109,6 +2109,7 @@ dist_patch_DATA = \ %D%/packages/patches/xygrib-fix-finding-data.patch \ %D%/packages/patches/xygrib-newer-proj.patch \ %D%/packages/patches/yggdrasil-extra-config.patch \ + %D%/packages/patches/zig-0.9-riscv-support.patch \ %D%/packages/patches/zig-do-not-link-against-librt.patch \ %D%/packages/patches/zig-use-system-paths.patch \ %D%/packages/patches/zsh-egrep-failing-test.patch |