gnu: Add rust-findshlibs-0.10.
* gnu/packages/crates-io.scm (rust-findshlibs-0.10): New variable.
This commit is contained in:
parent
a60229fa0f
commit
511f173374
1 changed files with 26 additions and 0 deletions
|
@ -22051,6 +22051,32 @@ (define-public rust-field-offset-0.3
|
|||
implementation.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-findshlibs-0.10
|
||||
(package
|
||||
(name "rust-findshlibs")
|
||||
(version "0.10.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "findshlibs" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0r3zy2r12rxzwqgz53830bk38r6b7rl8kq2br9n81q7ps2ffbfa0"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-cc" ,rust-cc-1)
|
||||
("rust-lazy-static" ,rust-lazy-static-1)
|
||||
("rust-libc" ,rust-libc-0.2)
|
||||
("rust-winapi" ,rust-winapi-0.3))))
|
||||
(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.")
|
||||
(license (list license:asl2.0
|
||||
license:expat))))
|
||||
|
||||
(define-public rust-findshlibs-0.5
|
||||
(package
|
||||
(name "rust-findshlibs")
|
||||
|
|
Loading…
Reference in a new issue