gnu: rust-scoped-tls-0.1: Don't hide package.

* gnu/packages/crates-io.scm (rust-scoped-tls-0.1)[arguments]: Skip
build.
[properties]: Don't inherit field.
This commit is contained in:
Efraim Flashner 2020-01-16 17:55:15 +02:00
parent fe195ef7d3
commit fcc4e04d22
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -8741,7 +8741,9 @@ (define-public rust-scoped-tls-0.1
(file-name (string-append name "-" version ".crate"))
(sha256
(base32
"0a2bn9d2mb07c6l16sadijy4p540g498zddfxyiq4rsqpwrglbrk"))))))
"0a2bn9d2mb07c6l16sadijy4p540g498zddfxyiq4rsqpwrglbrk"))))
(arguments '(#:skip-build? #t))
(properties '())))
(define-public rust-scopeguard-1.0
(package