mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add rust-xcursor-0.3.
* gnu/packages/crates-io.scm (rust-xcursor-0.3): New variable.
This commit is contained in:
parent
fa8fb91d9e
commit
ebd3bf0b10
1 changed files with 22 additions and 0 deletions
|
@ -41913,6 +41913,28 @@ extended attributes.")
|
||||||
"This package provides Rust bindings and wrappers for XCB.")
|
"This package provides Rust bindings and wrappers for XCB.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public rust-xcursor-0.3
|
||||||
|
(package
|
||||||
|
(name "rust-xcursor")
|
||||||
|
(version "0.3.3")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "xcursor" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "022x7jm71dyqrxwsjkqfgj8bx57y7g8yyz318qb80y5ffhaj76is"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:skip-build? #t
|
||||||
|
#:cargo-inputs
|
||||||
|
(("rust-nom" ,rust-nom-6))))
|
||||||
|
(home-page "https://crates.io/crates/xcursor")
|
||||||
|
(synopsis "Library for loading XCursor themes")
|
||||||
|
(description
|
||||||
|
"This package provides a library for loading XCursor themes.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-xdg-2
|
(define-public rust-xdg-2
|
||||||
(package
|
(package
|
||||||
(name "rust-xdg")
|
(name "rust-xdg")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue