me
/
guix
Archived
1
0
Fork 0

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
Herman Rimm 2024-01-30 16:24:57 +01:00 committed by Efraim Flashner
parent 04e13b24b4
commit c0767d8778
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 18 additions and 0 deletions

View File

@ -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")