GNU bug report logs -
#50362
[PATCH 01/26] gnu: Add rust-assert-fs-1.
Previous Next
Reported by: phodina <phodina <at> protonmail.com>
Date: Fri, 3 Sep 2021 22:28:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/crates-io.scm (rust-progress-0.2): New variable.
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index e1af3aede5..fb651890bd 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -34634,6 +34634,31 @@ macro use case.")
@code{proc_macro_derive} pretend to be @code{proc_macro}.")
(license (list license:expat license:asl2.0))))
+(define-public rust-progress-0.2
+ (package
+ (name "rust-progress")
+ (version "0.2.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "progress" version))
+ (file-name
+ (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "0i0w5zh2hm4l16ibg5mgr9pf3vpybhhx0zrs0nb8d191awq21f0p"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:tests? #f ; 2 tests fail
+ #:cargo-inputs
+ (("rust-terminal-size" ,rust-terminal-size-0.1))))
+ (home-page "https://github.com/TheKK/progress")
+ (synopsis
+ "Library for showing text based progress bar and job status")
+ (description
+ "Library for showing text based progress bar and job status")
+ (license license:expat)))
+
(define-public rust-progressing-3
(package
(name "rust-progressing")
--
2.32.0
This bug report was last modified 3 years and 246 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.