mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: Add rust-volatile-register-0.2.
* gnu/packages/crates-io.scm (rust-volatile-register-0.2): New variable.
This commit is contained in:
parent
ec3943de48
commit
e1b753f5cb
1 changed files with 21 additions and 0 deletions
|
@ -62062,6 +62062,27 @@ (define-public rust-void-1
|
|||
"The uninhabited void type for use in statically impossible cases.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-volatile-register-0.2
|
||||
(package
|
||||
(name "rust-volatile-register")
|
||||
(version "0.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "volatile-register" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1dh8x7z1ywjzyziz3jyjj39imp37s05c46whf2pkyablkngz3s4y"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs (("rust-vcell" ,rust-vcell-0.1))))
|
||||
(home-page "https://github.com/japaric/volatile-register")
|
||||
(synopsis "Volatile access to memory mapped hardware registers")
|
||||
(description "This package provides volatile access to memory mapped
|
||||
hardware registers.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-vswhom-0.1
|
||||
(package
|
||||
(name "rust-vswhom")
|
||||
|
|
Loading…
Reference in a new issue