Archived
1
0
Fork 0

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:
Marius Bakke 2022-07-27 13:51:26 +02:00
parent 069d6a3f64
commit 3f7cef4f95
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -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