diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2020-01-14 21:12:17 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2020-01-15 09:02:46 +0200 |
commit | e098c3aa847e1a62b6cdb1e228c01568a3028489 (patch) | |
tree | a26205a13896d7d3bf2142231e6076185b68c668 /gnu | |
parent | 4de42e8eaff4a1a2793ae697067190ddab6fddeb (diff) | |
download | patches-e098c3aa847e1a62b6cdb1e228c01568a3028489.tar patches-e098c3aa847e1a62b6cdb1e228c01568a3028489.tar.gz |
gnu: rust-rustc-std-workspace-core-1.0: Don't hide package.
* gnu/packages/crates-io.scm (rust-rustc-std-workspace-core-1.0)
[arguments]: Skip build.
[properties]: Remove field.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/crates-io.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index e3d0a74010..216c4b019e 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -8377,11 +8377,11 @@ decoding.") (base32 "1309xhwyai9xpz128xrfjqkmnkvgjwddznmj7brbd8i8f58zamhr")))) (build-system cargo-build-system) + (arguments '(#:skip-build? #t)) (home-page "https://crates.io/crates/rustc-std-workspace-core") (synopsis "Explicitly empty crate for rust-lang/rust integration") (description "This crate provides an explicitly empty crate for rust-lang/rust integration.") - (properties '((hidden? . #t))) (license (list license:asl2.0 license:expat)))) |