me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-android-log-sys-0.1.

* gnu/packages/crates-io.scm (rust-android-log-sys-0.1): New variable.
master
Nicolas Goaziou 2021-01-03 23:23:51 +01:00
parent 99fdeba4ba
commit 82946b0583
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 18 additions and 0 deletions

View File

@ -655,6 +655,24 @@ be used with the stdlib.")
(description "This package provides the glue for the Android JNI.")
(license license:expat)))
(define-public rust-android-log-sys-0.1
(package
(name "rust-android-log-sys")
(version "0.1.2")
(source
(origin
(method url-fetch)
(uri (crate-uri "android_log-sys" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0klq7cp4lm74gjf9p12zdjcr159blbicrfvadmaqvfxbi8njw1dq"))))
(arguments `(#:skip-build? #true)) ;XXX: Android only
(build-system cargo-build-system)
(home-page "https://github.com/nercury/android_log-sys-rs")
(synopsis "FFI bindings to Android log Library")
(description "This package provides FFI bindings to Android log Library.")
(license (list license:expat license:asl2.0))))
(define-public rust-ansi-parser-0.6
(package
(name "rust-ansi-parser")