diff options
author | techchud <protrude_paying969@simplelogin.com> | 2025-08-30 22:57:21 -0500 |
---|---|---|
committer | techchud <protrude_paying969@simplelogin.com> | 2025-08-30 22:57:21 -0500 |
commit | 4d44dd58debe17711f33ce76a9921bd3c8b2a48d (patch) | |
tree | 11e6f8f43361f6d3120623e6e2f48b874c3cea15 | |
parent | 463a835729ae6f5aa092430ade576267f70ce166 (diff) | |
download | guix-techchud-4d44dd58debe17711f33ce76a9921bd3c8b2a48d.tar.gz guix-techchud-4d44dd58debe17711f33ce76a9921bd3c8b2a48d.tar.bz2 guix-techchud-4d44dd58debe17711f33ce76a9921bd3c8b2a48d.zip |
rust android logger is in upstream now
-rw-r--r-- | unlustig.scm | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/unlustig.scm b/unlustig.scm index 6fb7e4b..b1969f2 100644 --- a/unlustig.scm +++ b/unlustig.scm @@ -1120,31 +1120,6 @@ interoperation between crates in Rust.") (description "This package provides speech-dispatcher system bindings.") (license license:lgpl2.1))) -(define-public rust-android-logger-0.9 - (package - (name "rust-android-logger") - (version "0.9.2") - (source - (origin - (method url-fetch) - (uri (crate-uri "android_logger" version)) - (file-name (string-append name "-" version ".tar.gz")) - (sha256 - (base32 "0wspwzkn3fakpyz3ka0lh6h4pa66zk9kkvic2q9n70jx30y37hif")))) - (build-system cargo-build-system) - (arguments - `(#:cargo-inputs (("rust-android-log-sys" ,rust-android-log-sys-0.2) - ("rust-env-logger" ,rust-env-logger-0.7) - ("rust-lazy-static" ,rust-lazy-static-1) - ("rust-log" ,rust-log-0.4)))) - (home-page "https://github.com/rust-mobile/android_logger-rs") - (synopsis - "logging implementation for `log` which hooks to android log output.") - (description - "This package provides a logging implementation for `log` which hooks to android -log output.") - (license (list license:expat license:asl2.0)))) - (define-public rust-dyn-clonable-impl-0.9 (package (name "rust-dyn-clonable-impl") |