me
/
guix
Archived
1
0
Fork 0

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>
Steve George 2023-10-24 11:32:37 +03:00 committed by Efraim Flashner
parent 07c86582e9
commit fe53a28575
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 13 additions and 0 deletions

View File

@ -43025,6 +43025,19 @@ general elements and for numerics.")
(description "This package provides FFI bindings for the Android NDK.")
(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
(package
(inherit rust-ndk-sys-0.4)