mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: Add rust-nvml-wrapper-sys-0.8.
* gnu/packages/crates-io.scm (rust-nvml-wrapper-sys-0.8): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
b42035f5c5
commit
6ffbf0e3f1
1 changed files with 20 additions and 0 deletions
|
@ -48082,6 +48082,26 @@ (define-public rust-nvml-wrapper-0.10
|
|||
Management Library.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-nvml-wrapper-sys-0.8
|
||||
(package
|
||||
(name "rust-nvml-wrapper-sys")
|
||||
(version "0.8.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "nvml-wrapper-sys" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1dgw2dpldxik2gn3m3aqgl2qj1da5sz6wav5g571ly18dwalb3b9"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-libloading" ,rust-libloading-0.8))))
|
||||
(home-page "https://github.com/Cldfire/nvml-wrapper")
|
||||
(synopsis "Generated bindings to the NVIDIA Management Library")
|
||||
(description
|
||||
"This package provides generated bindings to the NVIDIA Management Library.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-oauth2-types-0.7
|
||||
(package
|
||||
(name "rust-oauth2-types")
|
||||
|
|
Loading…
Reference in a new issue