gnu: Add rust-libsensors-sys-0.2.
* gnu/packages/crates-io.scm (rust-libsensors-sys-0.2): Add variable. Change-Id: I0573781443c0e5e3d91ff47d54c437d74d28f15e Signed-off-by: Efraim Flashner <efraim@flashner.co.il>master
parent
04e13b24b4
commit
c0767d8778
|
@ -33933,6 +33933,24 @@ library for Spotify.")
|
|||
This package contains the protobuf logic.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-libsensors-sys-0.2
|
||||
(package
|
||||
(name "rust-libsensors-sys")
|
||||
(version "0.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "libsensors-sys" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0cii4jbj19d95q6nyczfi3d3s2j3jg4qf7qc8qfxx5jb2v3hqwx1"))))
|
||||
(build-system cargo-build-system)
|
||||
(inputs (list (list lm-sensors "lib")))
|
||||
(home-page "https://docs.rs/libsensors-sys/0.2.0/libsensors_sys/")
|
||||
(synopsis "Rust bindings to libsensors")
|
||||
(description "This package provides Rust bindings to libsensors.")
|
||||
(license license:miros)))
|
||||
|
||||
(define-public rust-libsqlite3-sys-0.27
|
||||
(package
|
||||
(name "rust-libsqlite3-sys")
|
||||
|
|
Reference in New Issue