mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
rav1e: fix eval
This commit is contained in:
parent
15fb3be1c0
commit
8bc6e95686
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ rustPlatform.buildRustPackage rec {
|
|||
libaom (the reference encoder) is too slow.
|
||||
Features: https://github.com/xiph/rav1e#features
|
||||
'';
|
||||
inherit (src.meta) homepage;
|
||||
homepage = "https://github.com/xiph/rav1e";
|
||||
changelog = "https://github.com/xiph/rav1e/releases/tag/v${version}";
|
||||
license = licenses.bsd2;
|
||||
maintainers = [ maintainers.primeos ];
|
||||
|
|
Loading…
Reference in a new issue