summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2020-01-14 20:55:57 +0200
committerEfraim Flashner <efraim@flashner.co.il>2020-01-15 09:02:44 +0200
commit57c2ef35f77bab3b36f1fbc73524e6dc7eb2e72c (patch)
tree459976d7840185d7592576892d74418667cd4c39
parent99b006627e4c47bb0d8e2d28b1c1a2fe9e0fa4c0 (diff)
downloadpatches-57c2ef35f77bab3b36f1fbc73524e6dc7eb2e72c.tar
patches-57c2ef35f77bab3b36f1fbc73524e6dc7eb2e72c.tar.gz
gnu: rust-redox-termios-0.1: Don't hide package.
* gnu/packages/crates-io.scm (rust-redox-termios-0.1)[arguments]: Skip build. Add rust-redox-syscall-0.1 to cargo-inputs. [properties]: Remove field.
-rw-r--r--gnu/packages/crates-io.scm5
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 6db6516e74..343bd8fd97 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -8055,11 +8055,14 @@ system calls.")
(base32
"0xhgvdh62mymgdl3jqrngl8hr4i8xwpnbsxnldq0l47993z1r2by"))))
(build-system cargo-build-system)
+ (arguments
+ `(#:skip-build? #t
+ #:cargo-inputs
+ (("rust-redox-syscall" ,rust-redox-syscall-0.1))))
(home-page "https://github.com/redox-os/termios")
(synopsis "Rust library to access Redox termios functions")
(description
"This package provides a Rust library to access Redox termios functions.")
- (properties '((hidden? . #t)))
(license license:expat)))
(define-public rust-ref-cast-0.2