mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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>
This commit is contained in:
parent
cb7c6219e1
commit
b1d81fd9e9
1 changed files with 9 additions and 3 deletions
|
|
@ -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 _
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue