mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-libloading-0.5: Don't hide package.
* gnu/packages/crates-io.scm (rust-libloading-0.5)[arguments]: Skip build. Add rust-winapi-0.3 to cargo-inputs. Add rust-cc-1.0 to cargo-development-inputs. [properties]: Remove field.
This commit is contained in:
parent
290436d110
commit
cc0e8ce608
1 changed files with 6 additions and 1 deletions
|
@ -5048,6 +5048,12 @@ values of all the exported APIs match the platform that libc is compiled for.")
|
||||||
(base32
|
(base32
|
||||||
"0lyply8rcqc8agajzxs7bq6ivba9dnn1i68kgb9z2flnfjh13cgj"))))
|
"0lyply8rcqc8agajzxs7bq6ivba9dnn1i68kgb9z2flnfjh13cgj"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:skip-build? #t
|
||||||
|
#:cargo-inputs
|
||||||
|
(("rust-winapi" ,rust-winapi-0.3))
|
||||||
|
#:cargo-development-inputs
|
||||||
|
(("rust-cc" ,rust-cc-1.0))))
|
||||||
(home-page "https://github.com/nagisa/rust_libloading/")
|
(home-page "https://github.com/nagisa/rust_libloading/")
|
||||||
(synopsis "Rust library for loading dynamic libraries")
|
(synopsis "Rust library for loading dynamic libraries")
|
||||||
(description
|
(description
|
||||||
|
@ -5056,7 +5062,6 @@ The most important safety guarantee by this library is prevention of
|
||||||
dangling-Symbols that may occur after a Library is unloaded. Using this library
|
dangling-Symbols that may occur after a Library is unloaded. Using this library
|
||||||
allows loading dynamic libraries (also known as shared libraries) as well as use
|
allows loading dynamic libraries (also known as shared libraries) as well as use
|
||||||
functions and static variables these libraries contain.")
|
functions and static variables these libraries contain.")
|
||||||
(properties '((hidden? . #t)))
|
|
||||||
(license license:isc)))
|
(license license:isc)))
|
||||||
|
|
||||||
(define-public rust-libssh2-sys-0.2
|
(define-public rust-libssh2-sys-0.2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue