gnu: rust-dirs-1.0: Don't hide package.

* gnu/packages/crates-io.scm (rust-dirs-1.0)[arguments]: Skip build.
Add rust-libc-0.2, rust-winapi-0.3 to cargo-inputs.
[properties]: Remove field.
This commit is contained in:
Efraim Flashner 2020-01-14 13:04:00 +02:00
parent 54e3029f53
commit 5450436981
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -2228,6 +2228,11 @@ (define-public rust-dirs-1.0
(base32
"02vigc566z5i6n9wr2x8sch39qp4arn89xhhrh18fhpm3jfc0ygn"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-libc" ,rust-libc-0.2)
("rust-winapi" ,rust-winapi-0.3))))
(home-page "https://github.com/soc/dirs-rs")
(synopsis "Abstractions for standard locations for various platforms")
(description
@ -2236,7 +2241,6 @@ (define-public rust-dirs-1.0
data on Linux, Windows, macOS and Redox by leveraging the mechanisms defined by
the XDG base/user directory specifications on Linux, the Known Folder API on
Windows, and the Standard Directory guidelines on macOS.")
(properties '((hidden? . #t)))
(license (list license:expat license:asl2.0))))
(define-public rust-discard-1.0