1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 10:30:43 +02:00

gnu: rust-progressing-3: Remove cargo-inputs labels.

* gnu/packages/crates-io.scm (rust-progressing-3)[cargo-inputs]: Remove
labels.

Change-Id: Ia3004caca651032ac6bf1ae980f0a7307e329882
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Herman Rimm 2025-02-01 10:11:31 +01:00 committed by Efraim Flashner
parent fea302699f
commit 7d52c46993
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -57948,9 +57948,7 @@ possibly blocking tasks.")
(base32
"06sb1cxpkc8lx56s76c95cfljs0513nsnn35wd6w79sblwcxpdwp"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("log" ,rust-log-0.4))))
(arguments (list #:cargo-inputs (list rust-log-0.4)))
(home-page "https://github.com/dominicparga/progressing")
(synopsis "Counting progress-bar for Rust")
(description