gnu: Add rust-xcursor-0.3.

* gnu/packages/crates-io.scm (rust-xcursor-0.3): New variable.
This commit is contained in:
Nicolas Goaziou 2021-01-29 23:29:33 +01:00
parent fa8fb91d9e
commit ebd3bf0b10
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -41913,6 +41913,28 @@ (define-public rust-xcb-0.9
"This package provides Rust bindings and wrappers for XCB.")
(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
(package
(name "rust-xdg")