me
/
guix
Archived
1
0
Fork 0

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.
master
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
1 changed files with 5 additions and 1 deletions

View File

@ -2228,6 +2228,11 @@ hexadecimal, base32, and base64.")
(base32 (base32
"02vigc566z5i6n9wr2x8sch39qp4arn89xhhrh18fhpm3jfc0ygn")))) "02vigc566z5i6n9wr2x8sch39qp4arn89xhhrh18fhpm3jfc0ygn"))))
(build-system cargo-build-system) (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") (home-page "https://github.com/soc/dirs-rs")
(synopsis "Abstractions for standard locations for various platforms") (synopsis "Abstractions for standard locations for various platforms")
(description (description
@ -2236,7 +2241,6 @@ platform-specific standard locations of directories for config, cache and other
data on Linux, Windows, macOS and Redox by leveraging the mechanisms defined by 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 the XDG base/user directory specifications on Linux, the Known Folder API on
Windows, and the Standard Directory guidelines on macOS.") Windows, and the Standard Directory guidelines on macOS.")
(properties '((hidden? . #t)))
(license (list license:expat license:asl2.0)))) (license (list license:expat license:asl2.0))))
(define-public rust-discard-1.0 (define-public rust-discard-1.0