GNU bug report logs -
#75372
[PATCH 00/44] Add rust-bottom-0.10
Previous Next
Reported by: Divya Ranjan <divya <at> subvertising.org>
Date: Sun, 5 Jan 2025 07:02:02 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
Message #47 received at 75372 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/crates-io.scm (rust-nvml-wrapper-sys-0.8): New variable.
---
gnu/packages/crates-io.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 7706fd6c67..b110076fd2 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -48077,6 +48077,27 @@ (define-public rust-nvml-wrapper-0.10
"This package provides a safe and ergonomic Rust wrapper for the NVIDIA
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")
--
2.47.1
This bug report was last modified 140 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.