me
/
guix
Archived
1
0
Fork 0

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
Efraim Flashner 2020-01-14 20:54:06 +02:00
parent 0169e087dd
commit 99b006627e
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 1 deletions

View File

@ -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