mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 03:15:09 -05:00
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:
parent
fe195ef7d3
commit
fcc4e04d22
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue