mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 09:37:03 +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
|
||||
(package
|
||||
(name "rust-document-features")
|
||||
(version "0.2.7")
|
||||
(version "0.2.10")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "document-features" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0mv1xg386as8zndw6kdgs4bwxwwlg42srdhkmgf00zz1zirwb4z4"))))
|
||||
(base32 "182h528pjyv4ppil2pd2nir46qrb393x5kvm4y51yhnjmgm6jsfb"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; Needs nightly features.
|
||||
#:cargo-inputs (("rust-litrs" ,rust-litrs-0.2))))
|
||||
`(#:cargo-test-flags
|
||||
'("--release" "--"
|
||||
"--skip=self_doc"
|
||||
"--skip=self_doc_with_custom_label")
|
||||
#:cargo-inputs (("rust-litrs" ,rust-litrs-0.4))))
|
||||
(home-page "https://slint-ui.com")
|
||||
(synopsis "Extract documentation for feature flags from Cargo.toml")
|
||||
(description "Extract documentation for the feature flags from comments in
|
||||
|
|
Loading…
Reference in a new issue