mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 23:18:33 +01:00
gnu: Remove rust-smithay-clipboard-0.3.
* gnu/packages/crates-graphics.scm (rust-smithay-clipboard-0.3): Delete variable.
This commit is contained in:
parent
858a704a23
commit
a417c6fb51
1 changed files with 0 additions and 23 deletions
|
@ -2408,29 +2408,6 @@ (define-public rust-smithay-clipboard-0.6
|
||||||
applications.")
|
applications.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-smithay-clipboard-0.3
|
|
||||||
(package
|
|
||||||
(inherit rust-smithay-clipboard-0.6)
|
|
||||||
(name "rust-smithay-clipboard")
|
|
||||||
(version "0.3.6")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "smithay-clipboard" version))
|
|
||||||
(file-name
|
|
||||||
(string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1h7qhcx44cgwncgpn5llky0c56vgsg9mqrkybb2z37vsxxia4rwn"))))
|
|
||||||
(arguments
|
|
||||||
`(#:cargo-inputs
|
|
||||||
(("rust-nix" ,rust-nix-0.14)
|
|
||||||
("rust-smithay-client-toolkit" ,rust-smithay-client-toolkit-0.6))
|
|
||||||
#:cargo-development-inputs
|
|
||||||
(("rust-andrew" ,rust-andrew-0.2))))
|
|
||||||
(inputs
|
|
||||||
(list wayland))))
|
|
||||||
|
|
||||||
(define-public rust-tiff-0.6
|
(define-public rust-tiff-0.6
|
||||||
(package
|
(package
|
||||||
(name "rust-tiff")
|
(name "rust-tiff")
|
||||||
|
|
Loading…
Reference in a new issue