gnu: Add rust-findshlibs-0.10.
* gnu/packages/crates-io.scm (rust-findshlibs-0.10): New variable.master
parent
a60229fa0f
commit
511f173374
|
@ -22051,6 +22051,32 @@ representation.")
|
||||||
implementation.")
|
implementation.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(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
|
(define-public rust-findshlibs-0.5
|
||||||
(package
|
(package
|
||||||
(name "rust-findshlibs")
|
(name "rust-findshlibs")
|
||||||
|
|
Reference in New Issue