mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-09 22:50:34 +02:00
gnu: Add rust-capstone-sys-0.16.
* gnu/packages/crates-io.scm (rust-capstone-sys-0.16): New variable. Change-Id: I74d615428d1077538dc0521840dc4197146209c4 Signed-off-by: Steve George <steve@futurile.net>
This commit is contained in:
committed by
Hilton Chain
parent
d1be36bdb7
commit
10aa40a30b
@@ -10946,6 +10946,30 @@ capabilities.")
|
||||
("rust-error-chain" ,rust-error-chain-0.12)
|
||||
("rust-libc" ,rust-libc-0.2))))))
|
||||
|
||||
(define-public rust-capstone-sys-0.16
|
||||
(package
|
||||
(name "rust-capstone-sys")
|
||||
(version "0.16.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "capstone-sys" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1qshi53z72yciyqskswyll6i9q40yjxf90347b3bgzqi2wkq6wgy"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-bindgen" ,rust-bindgen-0.59)
|
||||
("rust-cc" ,rust-cc-1)
|
||||
("rust-libc" ,rust-libc-0.2)
|
||||
("rust-regex" ,rust-regex-1))))
|
||||
(home-page
|
||||
"https://github.com/capstone-rust/capstone-rs/tree/master/capstone-sys")
|
||||
(synopsis "System bindings for the capstone disassembly library")
|
||||
(description
|
||||
"This package provides bindings for the capstone disassembly library.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-captur-0.1
|
||||
(package
|
||||
(name "rust-captur")
|
||||
|
||||
Reference in New Issue
Block a user