mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add rust-wayland-protocols-0.32.
* gnu/packages/crates-graphics.scm (rust-wayland-protocols-0.32): New variable. (rust-wayland-protocols-0.31): Inherit from rust-wayland-protocols-0.32. Change-Id: Id106c13127b683e2c5159d2d7982ff43d048dffa
This commit is contained in:
parent
9dcead6ac9
commit
5b918a82cf
1 changed files with 22 additions and 3 deletions
|
@ -4792,17 +4792,17 @@ initializing an OpenGL or Vulkan context.")
|
||||||
`(#:cargo-inputs (("rust-wayland-client" ,rust-wayland-client-0.28)
|
`(#:cargo-inputs (("rust-wayland-client" ,rust-wayland-client-0.28)
|
||||||
("rust-wayland-sys" ,rust-wayland-sys-0.28))))))
|
("rust-wayland-sys" ,rust-wayland-sys-0.28))))))
|
||||||
|
|
||||||
(define-public rust-wayland-protocols-0.31
|
(define-public rust-wayland-protocols-0.32
|
||||||
(package
|
(package
|
||||||
(name "rust-wayland-protocols")
|
(name "rust-wayland-protocols")
|
||||||
(version "0.31.2")
|
(version "0.32.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "wayland-protocols" version))
|
(uri (crate-uri "wayland-protocols" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1x310l1p6p3p3l76nl1l2yava9408dy77s605917zadlp1jz70cg"))))
|
(base32 "13pmq788d2w9c7sqpjjxi1344bzq1g1ja4vlaa4rlvjfgkjsvl3w"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs (("rust-bitflags" ,rust-bitflags-2)
|
`(#:cargo-inputs (("rust-bitflags" ,rust-bitflags-2)
|
||||||
|
@ -4817,6 +4817,25 @@ initializing an OpenGL or Vulkan context.")
|
||||||
extensions.")
|
extensions.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public rust-wayland-protocols-0.31
|
||||||
|
(package
|
||||||
|
(inherit rust-wayland-protocols-0.32)
|
||||||
|
(name "rust-wayland-protocols")
|
||||||
|
(version "0.31.2")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "wayland-protocols" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "1x310l1p6p3p3l76nl1l2yava9408dy77s605917zadlp1jz70cg"))))
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs (("rust-bitflags" ,rust-bitflags-2)
|
||||||
|
("rust-wayland-backend" ,rust-wayland-backend-0.3)
|
||||||
|
("rust-wayland-client" ,rust-wayland-client-0.31)
|
||||||
|
("rust-wayland-scanner" ,rust-wayland-scanner-0.31)
|
||||||
|
("rust-wayland-server" ,rust-wayland-server-0.31))))))
|
||||||
|
|
||||||
(define-public rust-wayland-protocols-0.30
|
(define-public rust-wayland-protocols-0.30
|
||||||
(package
|
(package
|
||||||
(inherit rust-wayland-protocols-0.31)
|
(inherit rust-wayland-protocols-0.31)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue