mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-22 02:29:24 -05:00
gnu: Add rust-hyprland-macros-0.3.
* gnu/packages/crates-io.scm (rust-hyprland-macros-0.3): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
8bb54c84de
commit
ea1265489c
1 changed files with 23 additions and 0 deletions
|
@ -32504,6 +32504,29 @@ (define-public rust-hyphenation-0.8
|
||||||
"This package provides a Knuth-Liang hyphenation for a variety of languages.")
|
"This package provides a Knuth-Liang hyphenation for a variety of languages.")
|
||||||
(license (list license:asl2.0 license:expat))))
|
(license (list license:asl2.0 license:expat))))
|
||||||
|
|
||||||
|
(define-public rust-hyprland-macros-0.3
|
||||||
|
(package
|
||||||
|
(name "rust-hyprland-macros")
|
||||||
|
(version "0.3.4")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "hyprland-macros" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1sz4yhwi7d1s2wfpk9ql43dgmiq0j3j8skmrijpi55lp5vax6hf9"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs
|
||||||
|
(("rust-quote" ,rust-quote-1)
|
||||||
|
("rust-syn" ,rust-syn-2))))
|
||||||
|
(home-page
|
||||||
|
"https://github.com/hyprland-community/hyprland-rs/tree/master/hyprland-macros")
|
||||||
|
(synopsis "Macros used in hyprland-rs")
|
||||||
|
(description "This package provides async closure macro for hyprland-rs.")
|
||||||
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public rust-iana-time-zone-haiku-0.1
|
(define-public rust-iana-time-zone-haiku-0.1
|
||||||
(package
|
(package
|
||||||
(name "rust-iana-time-zone-haiku")
|
(name "rust-iana-time-zone-haiku")
|
||||||
|
|
Loading…
Reference in a new issue