mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: Add rust-linux-raw-sys-0.0.46.
* gnu/packages/crates-io.scm (rust-linux-raw-sys-0.0.46): New variable. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
parent
b9684bf18d
commit
a9f3887f37
1 changed files with 27 additions and 0 deletions
|
@ -30639,6 +30639,33 @@ (define-public rust-linkify-0.4
|
|||
punctuation.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-linux-raw-sys-0.0.46
|
||||
(package
|
||||
(name "rust-linux-raw-sys")
|
||||
(version "0.0.46")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "linux-raw-sys" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0kc528mp2fp8m96csm6rmwg0ac7zbgf36k19ml4a4c9j6xn4blnl"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
(list #:cargo-inputs
|
||||
`(("rust-compiler-builtins" ,rust-compiler-builtins-0.1)
|
||||
("rust-rustc-std-workspace-core" ,rust-rustc-std-workspace-core-1))
|
||||
#:cargo-development-inputs
|
||||
`(("rust-libc" ,rust-libc-0.2)
|
||||
("rust-static-assertions" ,rust-static-assertions-1))))
|
||||
(home-page "https://github.com/sunfishcode/linux-raw-sys")
|
||||
(synopsis "Generated bindings for Linux APIs")
|
||||
(description
|
||||
"This package provides automatically generated bindings for
|
||||
Linux userspace APIs.")
|
||||
(license (list license:asl2.0
|
||||
license:expat))))
|
||||
|
||||
(define-public rust-libssh2-sys-0.2
|
||||
(package
|
||||
(name "rust-libssh2-sys")
|
||||
|
|
Loading…
Reference in a new issue