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.master
parent
0169e087dd
commit
99b006627e
|
@ -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
|
||||
|
|
Reference in New Issue