me
/
guix
Archived
1
0
Fork 0

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.
master
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
1 changed files with 3 additions and 1 deletions

View File

@ -8741,7 +8741,9 @@ library's old @code{scoped_thread_local!} macro for providing scoped access to
(file-name (string-append name "-" version ".crate"))
(sha256
(base32
"0a2bn9d2mb07c6l16sadijy4p540g498zddfxyiq4rsqpwrglbrk"))))))
"0a2bn9d2mb07c6l16sadijy4p540g498zddfxyiq4rsqpwrglbrk"))))
(arguments '(#:skip-build? #t))
(properties '())))
(define-public rust-scopeguard-1.0
(package