mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: rav1e: Remove input labels.
* gnu/packages/video.scm (rav1e)[native-inputs]: Remove labels.
This commit is contained in:
parent
0d2f661501
commit
9b0abb52ac
1 changed files with 1 additions and 2 deletions
|
@ -5329,8 +5329,7 @@ (define-public rav1e
|
|||
(delete-file (string-append (assoc-ref outputs "out")
|
||||
"/lib/librav1e.a")))))))
|
||||
(native-inputs
|
||||
`(("cargo-c" ,rust-cargo-c)
|
||||
("nasm" ,nasm)))
|
||||
(list rust-cargo-c nasm))
|
||||
(home-page "https://github.com/xiph/rav1e/")
|
||||
(synopsis "Fast and safe AV1 encoder")
|
||||
(description "@code{rav1e} is an AV1 video encoder. It is designed to
|
||||
|
|
Loading…
Reference in a new issue