mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 20:10:39 +02:00
gnu: rust-matches-0.1: Don't hide package.
* gnu/packages/crates-io.scm (rust-matches-0.1)[arguments]: Skip build. [properties]: Remove field.
This commit is contained in:
parent
132c15ae9c
commit
5b7856ecd0
1 changed files with 2 additions and 2 deletions
|
@ -6013,11 +6013,11 @@ implementation of LZMA and xz stream encoding/decoding.")
|
||||||
(base32
|
(base32
|
||||||
"020axl4q7rk9vz90phs7f8jas4imxal9y9kxl4z4v7a6719mrz3z"))))
|
"020axl4q7rk9vz90phs7f8jas4imxal9y9kxl4z4v7a6719mrz3z"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
|
(arguments '(#:skip-build? #t))
|
||||||
(home-page "https://github.com/SimonSapin/rust-std-candidates")
|
(home-page "https://github.com/SimonSapin/rust-std-candidates")
|
||||||
(synopsis "Macro to evaluate whether an expression matches a pattern.")
|
(synopsis "Macro to evaluate whether an expression matches a pattern")
|
||||||
(description "This package provides a macro to evaluate, as a boolean,
|
(description "This package provides a macro to evaluate, as a boolean,
|
||||||
whether an expression matches a pattern.")
|
whether an expression matches a pattern.")
|
||||||
(properties '((hidden? . #t)))
|
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-matrixmultiply-0.1
|
(define-public rust-matrixmultiply-0.1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue