gnu: rust-linux-raw-sys: Add 0.1.3.
* gnu/packages/crates-io.scm (rust-linux-raw-sys-0.1): New variable. (rust-linux-raw-sys-0.0.46): Inherit from it.
This commit is contained in:
parent
aec7244a75
commit
723fa11938
1 changed files with 30 additions and 8 deletions
|
@ -31269,8 +31269,37 @@ (define-public rust-linkify-0.4
|
||||||
punctuation.")
|
punctuation.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
|
(define-public rust-linux-raw-sys-0.1
|
||||||
|
(package
|
||||||
|
(name "rust-linux-raw-sys")
|
||||||
|
(version "0.1.3")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "linux-raw-sys" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0zxlp1c4h7kkc4ldgcj5cn7dzynvlksg8y0s9czn2v1sjvc0i7wg"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-development-inputs
|
||||||
|
(("rust-libc" ,rust-libc-0.2)
|
||||||
|
("rust-static-assertions" ,rust-static-assertions-1))
|
||||||
|
#:cargo-inputs
|
||||||
|
(("rust-compiler-builtins" ,rust-compiler-builtins-0.1)
|
||||||
|
("rust-rustc-std-workspace-core" ,rust-rustc-std-workspace-core-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.")
|
||||||
|
;; The user can choose either license, or a variant of ASL2.0 with
|
||||||
|
;; LLVM exception. See COPYRIGHT in the repository.
|
||||||
|
(license (list license:asl2.0 license:expat))))
|
||||||
|
|
||||||
(define-public rust-linux-raw-sys-0.0.46
|
(define-public rust-linux-raw-sys-0.0.46
|
||||||
(package
|
(package
|
||||||
|
(inherit rust-linux-raw-sys-0.1)
|
||||||
(name "rust-linux-raw-sys")
|
(name "rust-linux-raw-sys")
|
||||||
(version "0.0.46")
|
(version "0.0.46")
|
||||||
(source (origin
|
(source (origin
|
||||||
|
@ -31287,14 +31316,7 @@ (define-public rust-linux-raw-sys-0.0.46
|
||||||
("rust-rustc-std-workspace-core" ,rust-rustc-std-workspace-core-1))
|
("rust-rustc-std-workspace-core" ,rust-rustc-std-workspace-core-1))
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
`(("rust-libc" ,rust-libc-0.2)
|
`(("rust-libc" ,rust-libc-0.2)
|
||||||
("rust-static-assertions" ,rust-static-assertions-1))))
|
("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
|
(define-public rust-libssh2-sys-0.2
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue