mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ representation.")
|
||||||
(base32
|
(base32
|
||||||
"1n2vagn0q5yim32hxkwi1cjgp3yn1dm45p7z8nw6lapywihhs9mi"))))
|
"1n2vagn0q5yim32hxkwi1cjgp3yn1dm45p7z8nw6lapywihhs9mi"))))
|
||||||
(build-system cargo-build-system)
|
(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")
|
(home-page "https://github.com/gimli-rs/findshlibs")
|
||||||
(synopsis "Find the set of shared libraries loaded in the current process")
|
(synopsis "Find the set of shared libraries loaded in the current process")
|
||||||
(description
|
(description
|
||||||
"Find the set of shared libraries loaded in the current process with a
|
"Find the set of shared libraries loaded in the current process with a
|
||||||
cross platform API.")
|
cross platform API.")
|
||||||
(properties '((hidden? . #t)))
|
|
||||||
(license (list license:asl2.0
|
(license (list license:asl2.0
|
||||||
license:expat))))
|
license:expat))))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue