mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: rust-glutin-0.26: Adapt for new build system.
* gnu/packages/crates-graphics.scm (rust-glutin-0.26) [arguments]: Don't skip build. Remove rust-wayland-client-0.28 from cargo-inputs. [inputs]: Add rust-wayland-client-0.28, rust-wayland-egl-0.28.
This commit is contained in:
parent
87d747860d
commit
190e94b278
1 changed files with 4 additions and 3 deletions
|
@ -907,8 +907,7 @@ (define-public rust-glutin-0.26
|
|||
(base32 "18szbh4dixcr7pmymvbrpv21hv0wrpii5w03rv2534bb2ywwpq8s"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
`(#:cargo-inputs
|
||||
(("rust-android-glue" ,rust-android-glue-0.2)
|
||||
("rust-cgl" ,rust-cgl-0.3)
|
||||
("rust-cocoa" ,rust-cocoa-0.23)
|
||||
|
@ -924,10 +923,12 @@ (define-public rust-glutin-0.26
|
|||
("rust-objc" ,rust-objc-0.2)
|
||||
("rust-osmesa-sys" ,rust-osmesa-sys-0.1)
|
||||
("rust-parking-lot" ,rust-parking-lot-0.11)
|
||||
("rust-wayland-client" ,rust-wayland-client-0.28)
|
||||
("rust-wayland-egl" ,rust-wayland-egl-0.28)
|
||||
("rust-winapi" ,rust-winapi-0.3)
|
||||
("rust-winit" ,rust-winit-0.24))))
|
||||
(inputs
|
||||
`(("rust-wayland-client" ,rust-wayland-client-0.28)
|
||||
("rust-wayland-egl" ,rust-wayland-egl-0.28)))
|
||||
(home-page "https://github.com/tomaka/glutin")
|
||||
(synopsis "Cross-platform OpenGL context provider")
|
||||
(description "This package provides an OpenGL context provider.")
|
||||
|
|
Loading…
Reference in a new issue