1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-08-07 10:21:28 +02:00

gnu: Add rust-rpm-pkg-count-0.2.

* gnu/packages/crates-io.scm (rust-rpm-pkg-count-0.2): New variable.

Change-Id: Id08fc29860a47a5ab1bfb50fbd5a6c26f70ed030
This commit is contained in:
Efraim Flashner
2024-12-31 20:49:20 +02:00
parent 0225177d69
commit 945fb95013
+23
View File
@@ -63953,6 +63953,29 @@ console applications.")
structures with structural sharing.")
(license license:mpl2.0)))
(define-public rust-rpm-pkg-count-0.2
(package
(name "rust-rpm-pkg-count")
(version "0.2.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "rpm-pkg-count" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1jzh63l7k30l37s5gd2m2hvh8slzjaxw54s4xpcjnaqb8xfsq0sa"))))
(build-system cargo-build-system)
(arguments
`(#:features '("runtime")
#:cargo-test-flags '("--features" "runtime")
#:cargo-inputs (("rust-libloading" ,rust-libloading-0.8)
("rust-pkg-config" ,rust-pkg-config-0.3))))
(home-page "https://github.com/RubixDev/rpm-pkg-count")
(synopsis "Count installed RPM packages using librpm")
(description
"This package counts installed RPM packages using librpm.")
(license license:gpl3)))
(define-public rust-rspec-1
(package
(name "rust-rspec")