gnu: Add rust-memoffset-0.2.
* gnu/packages/crates-io.scm (rust-memoffset-0.2): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
22772b1c20
commit
c2f1c56a8e
1 changed files with 22 additions and 0 deletions
|
@ -2547,6 +2547,28 @@ file IO.")
|
||||||
(base32
|
(base32
|
||||||
"1zy6s0ni0lx9rjzq3gq2zz9r8zgjmbp02332g3gsj4fyhv4s5zz2"))))))
|
"1zy6s0ni0lx9rjzq3gq2zz9r8zgjmbp02332g3gsj4fyhv4s5zz2"))))))
|
||||||
|
|
||||||
|
(define-public rust-memoffset-0.2
|
||||||
|
(package
|
||||||
|
(name "rust-memoffset")
|
||||||
|
(version "0.2.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "memoffset" version))
|
||||||
|
(file-name
|
||||||
|
(string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1cvm2z7dy138s302ii7wlzcxbka5a8yfl5pl5di7lbdnw9hw578g"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments `(#:skip-build? #t))
|
||||||
|
(home-page "https://github.com/Gilnaa/memoffset")
|
||||||
|
(synopsis
|
||||||
|
"offset_of functionality for Rust structs")
|
||||||
|
(description
|
||||||
|
"@code{offset_of} functionality for Rust structs.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-mime-0.3
|
(define-public rust-mime-0.3
|
||||||
(package
|
(package
|
||||||
(name "rust-mime")
|
(name "rust-mime")
|
||||||
|
|
Reference in a new issue