GNU bug report logs -
#76513
[PATCH rust-team 00/77] Add module (gnu packages typst) and packages
Previous Next
Full log
Message #368 received at 76513 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/crates-io.scm (rust-notify-types-2): New variable.
Change-Id: Icb04634941b8f9ecafe8198f48d268b92c4f79fa
---
gnu/packages/crates-io.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 24624cf8da..1a63d25785 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -48336,6 +48336,27 @@ (define-public rust-notify-rust-4
Rust dbus client and server.")
(license (list license:expat license:asl2.0))))
+(define-public rust-notify-types-2
+ (package
+ (name "rust-notify-types")
+ (version "2.0.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "notify-types" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0pcjm3wnvb7pvzw6mn89csv64ip0xhx857kr8jic5vddi6ljc22y"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build? #t
+ #:cargo-inputs (("rust-serde" ,rust-serde-1)
+ ("rust-web-time" ,rust-web-time-1))))
+ (home-page "https://github.com/notify-rs/notify")
+ (synopsis "Types used by the notify crate")
+ (description "This package provides Types used by the notify crate.")
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-notmuch-0.8
(package
(name "rust-notmuch")
--
2.48.1
This bug report was last modified 19 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.