mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 08:07:29 +01:00
gnu: Add rust-drm-0.11.
* gnu/packages/crates-graphics.scm (rust-drm-0.11): New variable. Change-Id: Id6f7ac17f2d383a692b328def1bd93ad45913346
This commit is contained in:
parent
4929d0ac1a
commit
6f1ea10823
1 changed files with 22 additions and 0 deletions
|
@ -1203,6 +1203,28 @@ (define-public rust-drm-0.12
|
|||
"Safe, low-level bindings to the Direct Rendering Manager API.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-drm-0.11
|
||||
(package
|
||||
(inherit rust-drm-0.12)
|
||||
(name "rust-drm")
|
||||
(version "0.11.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "drm" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1pnwicchrbkmfx9rn222q7a8jalzm6faa9pgnkdffnnpc2gady50"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-bitflags" ,rust-bitflags-2)
|
||||
("rust-bytemuck" ,rust-bytemuck-1)
|
||||
("rust-drm-ffi" ,rust-drm-ffi-0.7)
|
||||
("rust-drm-fourcc" ,rust-drm-fourcc-2)
|
||||
("rust-rustix" ,rust-rustix-0.38))
|
||||
#:cargo-development-inputs (("rust-image" ,rust-image-0.24)
|
||||
("rust-rustix" ,rust-rustix-0.38)
|
||||
("rust-rustyline" ,rust-rustyline-13))))))
|
||||
|
||||
(define-public rust-drm-0.10
|
||||
(package
|
||||
(inherit rust-drm-0.12)
|
||||
|
|
Loading…
Reference in a new issue