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:
parent
54e3029f53
commit
5450436981
1 changed files with 5 additions and 1 deletions
|
@ -2228,6 +2228,11 @@ (define-public rust-dirs-1.0
|
||||||
(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 @@ (define-public rust-dirs-1.0
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue