gnu: rust-same-file-1.0: Don't hide package.

* gnu/packages/crates-io.scm (rust-same-file-1.0)[arguments]: Skip
build. Add rust-winapi-util-0.1 to cargo-inputs.
[properties]: Remove field.
This commit is contained in:
Efraim Flashner 2020-01-14 21:19:47 +02:00
parent 251c3fa2ae
commit 0a293597cb
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -8558,12 +8558,15 @@ (define-public rust-same-file-1.0
(base32
"08a4zy10pjindf2rah320s6shgswk13mqw7s61m8i1y1xpf8spjq"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-winapi-util" ,rust-winapi-util-0.1))))
(home-page "https://github.com/BurntSushi/same-file")
(synopsis "Determine whether two file paths point to the same file")
(description
"This package provides a simple crate for determining whether two file
paths point to the same file.")
(properties '((hidden? . #t)))
(license (list license:unlicense
license:expat))))