diff options
| author | VÖRÖSKŐI András <voroskoi@gmail.com> | 2025-10-26 15:50:10 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-11-22 12:06:01 +0100 |
| commit | b1d81fd9e95048c41adb47ab6fe52e63e9b6b60e (patch) | |
| tree | 509d8683cf4f87fb60754c4f5c9aa437147031b5 | |
| parent | cb7c6219e1a986a85dbc14cb0c056a2994387ac4 (diff) | |
gnu: zig-wayland: Update to 0.4.0.
* gnu/packages/zig-xyz.scm (zig-wayland): Update to 0.4.0.
[arguments]<#:zig, #:zig-release-type, #:zig-build-flags,
Change-Id: I6259830cc4a7f339bcf04c7163791b8adee3b9cd
Signed-off-by: Andreas Enge <andreas@enge.fr>
| -rw-r--r-- | gnu/packages/zig-xyz.scm | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/gnu/packages/zig-xyz.scm b/gnu/packages/zig-xyz.scm index 6b24446424a..bb015354450 100644 --- a/gnu/packages/zig-xyz.scm +++ b/gnu/packages/zig-xyz.scm @@ -476,7 +476,7 @@ across several operating systems.") (define-public zig-wayland (package (name "zig-wayland") - (version "0.2.0") + (version "0.4.0") (source (origin (method git-fetch) (uri (git-reference @@ -485,10 +485,16 @@ across several operating systems.") (file-name (git-file-name name version)) (sha256 (base32 - "1cf5085f6c0yly4fcr49jry3mh12bybw98x5lvickl6w5gxsvy3n")))) + "0kkmg2gxb03xjrsd4kzxwvchxlcj3mvx0hajzpbcz949k0ihhlms")))) (build-system zig-build-system) (arguments - (list #:phases + (list #:zig zig-0.15 + #:zig-release-type "safe" + #:zig-build-flags + #~(list "-Denable-tests") + #:zig-test-flags + #~(list "-Denable-tests") + #:phases #~(modify-phases %standard-phases (add-after 'configure 'fix-cross-compilation (lambda _ |
