mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add rust-drm-ffi-0.7.
* gnu/packages/crates-graphics.scm (rust-drm-ffi-0.7): New variable. Change-Id: Idf7e73cb3eebf371220bfb7919ea6b50e6c0295e
This commit is contained in:
parent
30dde4f271
commit
4929d0ac1a
1 changed files with 16 additions and 0 deletions
|
@ -1246,6 +1246,22 @@ and iOS.")
|
|||
"Safe, low-level bindings to the Direct Rendering Manager API.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-drm-ffi-0.7
|
||||
(package
|
||||
(inherit rust-drm-ffi-0.8)
|
||||
(name "rust-drm-ffi")
|
||||
(version "0.7.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "drm-ffi" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1iiardadqms7gaad50qq9624xzw0asfbnpyh5biq693r0n24ycs1"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-drm-sys" ,rust-drm-sys-0.6)
|
||||
("rust-rustix" ,rust-rustix-0.38))))))
|
||||
|
||||
(define-public rust-drm-ffi-0.6
|
||||
(package
|
||||
(inherit rust-drm-ffi-0.8)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue