gnu: Remove rust-dav1d-0.6.

* gnu/packages/crates-graphics.scm (rust-dav1d-0.6): Delete variable.
This commit is contained in:
Efraim Flashner 2022-10-18 22:31:58 +03:00
parent 1ca0e31322
commit aaa1b14d6d
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -573,27 +573,6 @@ (define-public rust-core-video-sys-0.1
and iOS.")
(license license:expat)))
(define-public rust-dav1d-0.6
(package
(name "rust-dav1d")
(version "0.6.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "dav1d" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0pn6r1a9qfrpg2xwc7ci2iddvnzxb17ddca0bwymgi839cxc2chl"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-dav1d-sys" ,rust-dav1d-sys-0.3))))
(home-page "https://github.com/rust-av/dav1d-rs")
(synopsis "libdav1d bindings in Rust")
(description "This package provides libdav1d bindings in Rust.")
(license license:expat)))
(define-public rust-dav1d-sys-0.3
(package
(name "rust-dav1d-sys")