diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2020-01-16 17:55:15 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2020-01-16 19:36:26 +0200 |
commit | fcc4e04d2271d7ae862a9f40775d3c3e3f083fdc (patch) | |
tree | 569388b8437dd54a366f0e06d6eaab7ef286bf05 /gnu/packages | |
parent | fe195ef7d30b22ca12ebf770101460b1f0920fdf (diff) | |
download | patches-fcc4e04d2271d7ae862a9f40775d3c3e3f083fdc.tar patches-fcc4e04d2271d7ae862a9f40775d3c3e3f083fdc.tar.gz |
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.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/crates-io.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index ce5aef4534..f0f9387438 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -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 |