gnu: rust-dlib: Add rust-libloading to inputs.
This is a follow-up to commit 28364584af
.
* gnu/packages/crates-io.scm (rust-dlib-0.5)[inputs]: Add RUST-LIBLOADING-0.7.
This commit is contained in:
parent
069d6a3f64
commit
3f7cef4f95
1 changed files with 2 additions and 0 deletions
|
@ -18479,6 +18479,8 @@ Google's diff-match-patch.")
|
||||||
`(#:tests? #f ;FIXME: Several macros are not found.
|
`(#:tests? #f ;FIXME: Several macros are not found.
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
(("rust-libloading" ,rust-libloading-0.7))))
|
(("rust-libloading" ,rust-libloading-0.7))))
|
||||||
|
(inputs
|
||||||
|
(list rust-libloading-0.7))
|
||||||
(home-page "https://github.com/vberger/dlib")
|
(home-page "https://github.com/vberger/dlib")
|
||||||
(synopsis "Helper macros for manually loading optional system libraries")
|
(synopsis "Helper macros for manually loading optional system libraries")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue