mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: rust-wayland-protocols-0.28: Adapt for new build system.
* gnu/packages/crates-graphics.scm (rust-wayland-protocols-0.28) [arguments]: Don't skip build. Remove everything from cargo-inputs except rust-bitflags-1. [inputs]: Add rust-bitflags-1, rust-wayland-client-0.28, rust-wayland-commons-0.28, rust-wayland-scanner-0.28, rust-wayland-server-0.28. (rust-wayland-protocols-0.23): Adjust accordingly.
This commit is contained in:
parent
bb06a747b2
commit
facf27e08b
1 changed files with 12 additions and 9 deletions
|
@ -2546,13 +2546,14 @@ (define-public rust-wayland-protocols-0.28
|
|||
(base32 "0c0sw13qssrvf3jgygwqpiimpaagz3haxn9jridd4k85sfs856ii"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-bitflags" ,rust-bitflags-1)
|
||||
("rust-wayland-client" ,rust-wayland-client-0.28)
|
||||
("rust-wayland-commons" ,rust-wayland-commons-0.28)
|
||||
("rust-wayland-scanner" ,rust-wayland-scanner-0.28)
|
||||
("rust-wayland-server" ,rust-wayland-server-0.28))))
|
||||
`(#:cargo-inputs
|
||||
(("rust-bitflags" ,rust-bitflags-1))))
|
||||
(inputs
|
||||
`(("rust-bitflags" ,rust-bitflags-1)
|
||||
("rust-wayland-client" ,rust-wayland-client-0.28)
|
||||
("rust-wayland-commons" ,rust-wayland-commons-0.28)
|
||||
("rust-wayland-scanner" ,rust-wayland-scanner-0.28)
|
||||
("rust-wayland-server" ,rust-wayland-server-0.28)))
|
||||
(home-page "https://github.com/smithay/wayland-rs")
|
||||
(synopsis "Generated API for the officials Wayland protocol extensions")
|
||||
(description
|
||||
|
@ -2575,12 +2576,14 @@ (define-public rust-wayland-protocols-0.23
|
|||
(base32
|
||||
"1ygwbzqlnks5xzafka3c8ag6k92g2h6ygj2xsmvjfx2n6rj8dhkc"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-bitflags" ,rust-bitflags-1)
|
||||
("rust-wayland-client" ,rust-wayland-client-0.23)
|
||||
("rust-wayland-commons" ,rust-wayland-commons-0.23)
|
||||
("rust-wayland-server" ,rust-wayland-server-0.23)
|
||||
("rust-wayland-scanner" ,rust-wayland-scanner-0.23))))))
|
||||
("rust-wayland-scanner" ,rust-wayland-scanner-0.23))))
|
||||
(inputs `())))
|
||||
|
||||
(define-public rust-wayland-protocols-0.21
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue