mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: rust-version-check-0.9: Don't hide package.
* gnu/packages/crates-io.scm (rust-version-check-0.9)[properties]: Remove field.
This commit is contained in:
parent
80fde95df6
commit
12a56e93a8
1 changed files with 1 additions and 3 deletions
|
@ -15244,7 +15244,6 @@ (define-public rust-version-check-0.9
|
|||
@code{--version}. The path to the compiler is determined first via the
|
||||
@code{RUSTC} environment variable. If it is not set, then @code{rustc} is used.
|
||||
If that fails, no determination is made, and calls return None.")
|
||||
(properties '((hidden? . #t)))
|
||||
(license (list license:asl2.0
|
||||
license:expat))))
|
||||
|
||||
|
@ -15260,8 +15259,7 @@ (define-public rust-version-check-0.1
|
|||
(file-name (string-append name "-" version ".crate"))
|
||||
(sha256
|
||||
(base32
|
||||
"1pf91pvj8n6akh7w6j5ypka6aqz08b3qpzgs0ak2kjf4frkiljwi"))))
|
||||
(properties '())))
|
||||
"1pf91pvj8n6akh7w6j5ypka6aqz08b3qpzgs0ak2kjf4frkiljwi"))))))
|
||||
|
||||
(define-public rust-version-sync-0.8
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue