GNU bug report logs -
#71278
[PATCH rust-team 00/44] Add eww.
Previous Next
Full log
Message #23 received at 71278 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/crates-io.scm (rust-notifier-host-0.6): New variable.
Change-Id: I6823e122308ae3d1b31af82bb2d8699f88025777
---
gnu/packages/crates-io.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 0827d1772b..ee5a3444a4 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -46739,6 +46739,34 @@ (define-public rust-normpath-0.2
("rust-rustversion" ,rust-rustversion-1)
("rust-tempfile" ,rust-tempfile-3))))))
+(define-public rust-notifier-host-0.6
+ (package
+ (name "rust-notifier-host")
+ (version "0.6.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/elkowar/eww")
+ (commit (string-append "v" version)))) ; Version from eww package
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0fd5ycfccrcwnmmdb6bc48rcj4qj9hb6xwbnz7g22dj9a6kffc5g"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build? #t
+ #:cargo-inputs (("rust-zbus" ,rust-zbus-3)
+ ("rust-tokio" ,rust-tokio-1)
+ ("rust-thiserror" ,rust-thiserror-1)
+ ("rust-log" ,rust-log-0.4)
+ ("rust-gtk" ,rust-gtk-0.17)
+ ("rust-gdk" ,rust-gdk-0.17)
+ ("rust-dbusmenu-gtk3" ,rust-dbusmenu-gtk3-0.1))))
+ (home-page "https://github.com/elkowar/eww")
+ (synopsis "SystemNotifierHost implementation")
+ (description "SystemNotifierHost implementation")
+ (license license:expat)))
+
(define-public rust-notify-6
(package
(name "rust-notify")
--
2.41.0
This bug report was last modified 1 year and 18 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.