mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: Add rust-android-log-sys-0.1.
* gnu/packages/crates-io.scm (rust-android-log-sys-0.1): New variable.
This commit is contained in:
parent
99fdeba4ba
commit
82946b0583
1 changed files with 18 additions and 0 deletions
|
@ -655,6 +655,24 @@ (define-public rust-android-glue-0.2
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue