gnu: Remove rust-x11-clipboard-0.5.

* gnu/packages/crates-graphics.scm (rust-x11-clipboard-0.5): Delete variable.

Change-Id: I060b6dc280c5e2dfa449c7f3444f268d99190dee
This commit is contained in:
Efraim Flashner 2024-01-22 21:37:34 +02:00
parent 1dd91894c0
commit ffd5eeb5d4
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -5611,23 +5611,6 @@ the platform-specific getters provided by winit, or another library.")
`(#:tests? #f ; Wants a running X server.
#:cargo-inputs (("rust-x11rb" ,rust-x11rb-0.10))))))
(define-public rust-x11-clipboard-0.5
(package
(inherit rust-x11-clipboard-0.7)
(name "rust-x11-clipboard")
(version "0.5.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "x11-clipboard" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "17c5yxxhknrp7y9mc7mp85ra8q4jw12c174m9yzbfr1vs2pkgsg5"))))
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-xcb" ,rust-xcb-0.9))))))
(define-public rust-x11-dl-2
(package
(name "rust-x11-dl")