mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove rust-dav1d-sys-0.3.
* gnu/packages/crates-graphics.scm (rust-dav1d-sys-0.3): Delete variable. Change-Id: I2e26544e1d4ea419a166f3ac0f78b7b8b8424f9a
This commit is contained in:
parent
9c39e78130
commit
3c718ef43b
1 changed files with 0 additions and 22 deletions
|
@ -1072,28 +1072,6 @@ and iOS.")
|
|||
(("rust-libc" ,rust-libc-0.2)
|
||||
("rust-system-deps" ,rust-system-deps-6))))))
|
||||
|
||||
(define-public rust-dav1d-sys-0.3
|
||||
(package
|
||||
(inherit rust-dav1d-sys-0.7)
|
||||
(name "rust-dav1d-sys")
|
||||
(version "0.3.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "dav1d-sys" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "10y8637snqc3kb9mhs8p9zi8171ba2hlbvhk06vs6hfifx60rr48"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-bindgen" ,rust-bindgen-0.59)
|
||||
("rust-system-deps" ,rust-system-deps-6))))
|
||||
(native-inputs
|
||||
(list pkg-config))
|
||||
(inputs
|
||||
(list dav1d clang llvm))))
|
||||
|
||||
(define-public rust-dcv-color-primitives-0.6
|
||||
(package
|
||||
(name "rust-dcv-color-primitives")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue