gnu: rust-version-check-0.9: Don't hide package.
* gnu/packages/crates-io.scm (rust-version-check-0.9)[properties]: Remove field.master
parent
80fde95df6
commit
12a56e93a8
|
@ -15244,7 +15244,6 @@ version requirements. The version is queried by calling the Rust compiler with
|
||||||
@code{--version}. The path to the compiler is determined first via the
|
@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.
|
@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.")
|
If that fails, no determination is made, and calls return None.")
|
||||||
(properties '((hidden? . #t)))
|
|
||||||
(license (list license:asl2.0
|
(license (list license:asl2.0
|
||||||
license:expat))))
|
license:expat))))
|
||||||
|
|
||||||
|
@ -15260,8 +15259,7 @@ If that fails, no determination is made, and calls return None.")
|
||||||
(file-name (string-append name "-" version ".crate"))
|
(file-name (string-append name "-" version ".crate"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1pf91pvj8n6akh7w6j5ypka6aqz08b3qpzgs0ak2kjf4frkiljwi"))))
|
"1pf91pvj8n6akh7w6j5ypka6aqz08b3qpzgs0ak2kjf4frkiljwi"))))))
|
||||||
(properties '())))
|
|
||||||
|
|
||||||
(define-public rust-version-sync-0.8
|
(define-public rust-version-sync-0.8
|
||||||
(package
|
(package
|
||||||
|
|
Reference in New Issue