gnu: Add rust-ndk-sys-0.3.
* gnu/packages/crates-io.scm (rust-ndk-sys-0.3): New variable. Change-Id: Ib8706245ae72352789697f468af65f92fe3c43f2 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
07c86582e9
commit
fe53a28575
1 changed files with 13 additions and 0 deletions
|
@ -43025,6 +43025,19 @@ general elements and for numerics.")
|
||||||
(description "This package provides FFI bindings for the Android NDK.")
|
(description "This package provides FFI bindings for the Android NDK.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
|
(define-public rust-ndk-sys-0.3
|
||||||
|
(package
|
||||||
|
(inherit rust-ndk-sys-0.4)
|
||||||
|
(name "rust-ndk-sys")
|
||||||
|
(version "0.3.0")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "ndk-sys" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"15zsq4p6k5asf4mc0rknd8cz9wxrwvi50qdspgf87qcfgkknlnkf"))))))
|
||||||
|
|
||||||
(define-public rust-ndk-sys-0.2
|
(define-public rust-ndk-sys-0.2
|
||||||
(package
|
(package
|
||||||
(inherit rust-ndk-sys-0.4)
|
(inherit rust-ndk-sys-0.4)
|
||||||
|
|
Reference in a new issue