diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2020-01-14 20:54:06 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2020-01-15 09:02:44 +0200 |
commit | 99b006627e4c47bb0d8e2d28b1c1a2fe9e0fa4c0 (patch) | |
tree | 1dc8dda11b8153067fa5320489403a32afba3a62 | |
parent | 0169e087dd403011522c7816c89b893e685f9440 (diff) | |
download | guix-99b006627e4c47bb0d8e2d28b1c1a2fe9e0fa4c0.tar.gz |
gnu: rust-redox-syscall-0.1: Don't hide package.
* gnu/packages/crates-io.scm (rust-redox-syscall-0.1)[arguments]: Skip build. [properties]: Remove field.
-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 93a868286a..6db6516e74 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -8035,11 +8035,11 @@ accessors.") (base32 "110y7dyfm2vci4x5vk7gr0q551dvp31npl99fnsx2fb17wzwcf94")))) (build-system cargo-build-system) + (arguments '(#:skip-build? #t)) (home-page "https://gitlab.redox-os.org/redox-os/syscall") (synopsis "Rust library to access raw Redox system calls") (description "This package provides a Rust library to access raw Redox system calls.") - (properties '((hidden? . #t))) (license license:expat))) (define-public rust-redox-termios-0.1 |