me
/
guix
Archived
1
0
Fork 0

gnu: rust-thread-local-0.3: Don't hide package.

* gnu/packages/crates-io.scm (rust-thread-local-0.3)[arguments]: Skip build.
Add rust-lazy-static-1.4 to cargo-inputs.
[properties]: Don't inherit field.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
master
John Soo 2020-01-16 19:57:17 -08:00 committed by Efraim Flashner
parent d9b2c855bf
commit 27b75426c5
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 5 additions and 1 deletions

View File

@ -11445,7 +11445,11 @@ different for every thread.")
(file-name (string-append name "-" version ".crate"))
(sha256
(base32
"06rzik99p8c5js8238yhc8rk6np543ylb1dy9nrw5v80j0r3xdf6"))))))
"06rzik99p8c5js8238yhc8rk6np543ylb1dy9nrw5v80j0r3xdf6"))))
(arguments
`(#:skip-build? #t
#:cargo-inputs (("rust-lazy-static" ,rust-lazy-static-1.4))))
(properties '())))
(define-public rust-threadpool-1.7
(package