mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove rust-y4m-0.5.
* gnu/packages/crates-graphics.scm (rust-y4m-0.5): Delete variable.
This commit is contained in:
parent
66bcbea9a3
commit
c0a2998bee
1 changed files with 0 additions and 18 deletions
|
@ -3571,24 +3571,6 @@ the platform-specific getters provided by winit, or another library.")
|
||||||
"This package provides a YUV4MPEG2 (@file{.y4m}) encoder and decoder.")
|
"This package provides a YUV4MPEG2 (@file{.y4m}) encoder and decoder.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-y4m-0.5
|
|
||||||
(package
|
|
||||||
(inherit rust-y4m-0.7)
|
|
||||||
(name "rust-y4m")
|
|
||||||
(version "0.5.3")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "y4m" version))
|
|
||||||
(file-name
|
|
||||||
(string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1933677by64y06zfgip2yq8b2dza8xnljhaksx93czq90b54kscz"))))
|
|
||||||
(arguments
|
|
||||||
`(#:cargo-development-inputs
|
|
||||||
(("rust-resize" ,rust-resize-0.3))))))
|
|
||||||
|
|
||||||
;;;
|
;;;
|
||||||
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
||||||
;;; of a merge conflict, place them above by existing packages with similar
|
;;; of a merge conflict, place them above by existing packages with similar
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue