mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 19:05:10 -05:00
gnu: rust-findshlibs-0.5: Don't hide package.
* gnu/packages/crates-io.scm (rust-findshlibs-0.5)[arguments]: Skip build. Add rust-lazy-static-1.3, rust-libc-0.2 to cargo-inputs. [properties]: Remove field.
This commit is contained in:
parent
1c9d47b642
commit
ced2466617
1 changed files with 5 additions and 1 deletions
|
@ -2989,12 +2989,16 @@ (define-public rust-findshlibs-0.5
|
|||
(base32
|
||||
"1n2vagn0q5yim32hxkwi1cjgp3yn1dm45p7z8nw6lapywihhs9mi"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-lazy-static" ,rust-lazy-static-1.3)
|
||||
("rust-libc" ,rust-libc-0.2))))
|
||||
(home-page "https://github.com/gimli-rs/findshlibs")
|
||||
(synopsis "Find the set of shared libraries loaded in the current process")
|
||||
(description
|
||||
"Find the set of shared libraries loaded in the current process with a
|
||||
cross platform API.")
|
||||
(properties '((hidden? . #t)))
|
||||
(license (list license:asl2.0
|
||||
license:expat))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue