mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: rust-document-features-0.2: Update to 0.2.10.
* gnu/packages/crates-io.scm (rust-document-features-0.2): Update to 0.2.10. [arguments]: Don't skip the tests. Add cargo-test-flags. [cargo-inputs]: Replace rust-litrs-0.2 with 0.4. Change-Id: Ia5552e695a7a129284573f9c16c374d0bca65b1a
This commit is contained in:
parent
e05675afa8
commit
c0e802e1b1
1 changed files with 7 additions and 4 deletions
|
@ -22563,18 +22563,21 @@ (define-public rust-docopt-0.6
|
||||||
(define-public rust-document-features-0.2
|
(define-public rust-document-features-0.2
|
||||||
(package
|
(package
|
||||||
(name "rust-document-features")
|
(name "rust-document-features")
|
||||||
(version "0.2.7")
|
(version "0.2.10")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "document-features" version))
|
(uri (crate-uri "document-features" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0mv1xg386as8zndw6kdgs4bwxwwlg42srdhkmgf00zz1zirwb4z4"))))
|
(base32 "182h528pjyv4ppil2pd2nir46qrb393x5kvm4y51yhnjmgm6jsfb"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; Needs nightly features.
|
`(#:cargo-test-flags
|
||||||
#:cargo-inputs (("rust-litrs" ,rust-litrs-0.2))))
|
'("--release" "--"
|
||||||
|
"--skip=self_doc"
|
||||||
|
"--skip=self_doc_with_custom_label")
|
||||||
|
#:cargo-inputs (("rust-litrs" ,rust-litrs-0.4))))
|
||||||
(home-page "https://slint-ui.com")
|
(home-page "https://slint-ui.com")
|
||||||
(synopsis "Extract documentation for feature flags from Cargo.toml")
|
(synopsis "Extract documentation for feature flags from Cargo.toml")
|
||||||
(description "Extract documentation for the feature flags from comments in
|
(description "Extract documentation for the feature flags from comments in
|
||||||
|
|
Loading…
Reference in a new issue