mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: zig-wlroots: Update to 0.19.3.
* gnu/packages/zig-xyz.scm (zig-wlroots): Update to 0.19.3. [propagated-inputs]: Remove wlroots-0.18; add wlroots-0.19. [arguments]<#:zig>: New parameter. Change-Id: I95c214d9dfd5318f9899a9629a3460e0d4f0ae82 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
e419b8d6ca
commit
48c8ee295a
1 changed files with 5 additions and 4 deletions
|
|
@ -512,7 +512,7 @@ interface.")
|
|||
(define-public zig-wlroots
|
||||
(package
|
||||
(name "zig-wlroots")
|
||||
(version "0.18.1")
|
||||
(version "0.19.3")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
|
@ -521,10 +521,11 @@ interface.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1rckbrdqc4b5q6r8ppijkkf0xi01536sfsnfgmy9f3mfj3hvifvy"))))
|
||||
"0d21vyrav2vi42kr1gpf4y6i27gspskzb1fma963qp8wyrlrn3dg"))))
|
||||
(build-system zig-build-system)
|
||||
(arguments
|
||||
(list #:zig-release-type "safe"
|
||||
(list #:zig zig-0.15
|
||||
#:zig-release-type "safe"
|
||||
#:zig-build-flags
|
||||
#~(list "-Denable-tests")
|
||||
#:zig-test-flags
|
||||
|
|
@ -540,7 +541,7 @@ interface.")
|
|||
`(,@args #:install-source? #f))
|
||||
(chdir ".."))))))
|
||||
(propagated-inputs
|
||||
(list wlroots-0.18
|
||||
(list wlroots-0.19
|
||||
zig-pixman
|
||||
zig-wayland
|
||||
zig-xkbcommon))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue