mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
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:
parent
251c3fa2ae
commit
0a293597cb
1 changed files with 4 additions and 1 deletions
|
@ -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))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue