Revert "gnu: rust-dav1d-0.6: New variable."
This commit broke the build of rav1e, which in turn breaks FFmpeg,
GNOME, and other important packages.
This reverts commit ad1e8a0906
.
master
parent
297a69fb27
commit
9309b488ca
|
@ -570,31 +570,10 @@ types.")
|
||||||
and iOS.")
|
and iOS.")
|
||||||
(license license:expat)))
|
(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
|
(define-public rust-dav1d-sys-0.3
|
||||||
(package
|
(package
|
||||||
(name "rust-dav1d-sys")
|
(name "rust-dav1d-sys")
|
||||||
(version "0.3.4")
|
(version "0.3.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -602,12 +581,13 @@ and iOS.")
|
||||||
(file-name
|
(file-name
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "020lla2l703iy69gbksq18snj2b1sp7vmjf39qqykd4242d4msr5"))))
|
(base32
|
||||||
|
"1jdxhnlxcml6jd67lx78ifzkn1xm18zfk4li7vjdh3fa61i073kx"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
(("rust-bindgen" ,rust-bindgen-0.58)
|
(("rust-bindgen" ,rust-bindgen-0.54)
|
||||||
("rust-metadeps" ,rust-system-deps-3))))
|
("rust-metadeps" ,rust-metadeps-1))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config))
|
(list pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Reference in New Issue