mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add rust-wayrs-core-1.
* gnu/packages/crates-graphics.scm (rust-wayrs-core-1): New variable. Change-Id: I09ca6f47d05701e31104e00cc86edde53d3b55a6
This commit is contained in:
parent
b0c7b81912
commit
603f3c536a
1 changed files with 19 additions and 0 deletions
|
@ -5669,6 +5669,25 @@ crate @code{rust-wayland-client} for usable bindings.")
|
|||
(description "This package provides a wayland client library.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-wayrs-core-1
|
||||
(package
|
||||
(name "rust-wayrs-core")
|
||||
(version "1.0.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "wayrs-core" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1jf5gf60rmwky1q8g09adkl6gm8wssixnhm8vc2p1b2ksh6y78mn"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-libc" ,rust-libc-0.2))))
|
||||
(home-page "https://github.com/MaxVerevkin/wayrs")
|
||||
(synopsis "Core Wayland types for wayrs")
|
||||
(description "This package provides the core Wayland types for wayrs.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-wayrs-proto-parser-2
|
||||
(package
|
||||
(name "rust-wayrs-proto-parser")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue