me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-xcursor-0.3.

* gnu/packages/crates-io.scm (rust-xcursor-0.3): New variable.
master
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
1 changed files with 22 additions and 0 deletions

View File

@ -41913,6 +41913,28 @@ extended attributes.")
"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")