1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 02:50:45 +02:00

gnu: rust-linux-raw-sys: Update to 0.9.4.

* gnu/packages/crates-io.scm (rust-linux-raw-sys-0.9): New variable.

Change-Id: Ic8758c10b4f9250f93e7d881f180697ac9d88408
This commit is contained in:
Danny Milosavljevic 2025-05-19 01:42:39 +02:00
parent 1359e802a7
commit d44097aeaf
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -40376,6 +40376,30 @@ facility. Provides a safe interface around the raw system calls allowing
user-space programs to perform key manipulation.")
(license (list license:asl2.0 license:expat))))
(define-public rust-linux-raw-sys-0.9
(package
(name "rust-linux-raw-sys")
(version "0.9.4")
(source
(origin
(method url-fetch)
(uri (crate-uri "linux-raw-sys" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "04kyjdrq79lz9ibrf7czk6cv9d3jl597pb9738vzbsbzy1j5i56d"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#: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's userspace API")
(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.6
(package
(name "rust-linux-raw-sys")