mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-20 01:00:30 +02: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:
committed by
Andreas Enge
parent
e419b8d6ca
commit
48c8ee295a
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user