GNU bug report logs -
#68819
[PATCH 00/49 rust-team] Update i3status-rust to 0.32.3.
Previous Next
Reported by: Herman Rimm <herman <at> rimm.ee>
Date: Tue, 30 Jan 2024 15:05: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 #44 received at 68819 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/crates-io.scm (rust-sensors-0.2): Add variable.
Change-Id: Ifbe65abf8a5aed9190d40136382e815dd33d786d
---
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 4ee079892c..26cf93c8a8 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -59387,6 +59387,27 @@ (define-public rust-servo-fontconfig-sys-5
"This package provides a Rust wrapper around Fontxonfig.")
(license license:expat)))
+(define-public rust-sensors-0.2
+ (package
+ (name "rust-sensors")
+ (version "0.2.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "sensors" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1l6nvmbbbbl9mdkd9806mmls68d6hvqb2nl0nm14chva5xwz8fks"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs (("rust-libc" ,rust-libc-0.2)
+ ("rust-libsensors-sys" ,rust-libsensors-sys-0.2))))
+ (home-page "https://github.com/nyantec/sensors")
+ (synopsis "A Rust-friendly interface to lm-sensors")
+ (description
+ "This package provides a Rust-friendly interface to lm-sensors")
+ (license license:miros)))
+
(define-public rust-shadow-rs-0.8
(package
(name "rust-shadow-rs")
--
2.41.0
This bug report was last modified 1 year and 162 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.