rav1e: fix eval

This commit is contained in:
zowoq 2020-11-19 23:07:16 +10:00
parent 15fb3be1c0
commit 8bc6e95686

View File

@ -45,7 +45,7 @@ rustPlatform.buildRustPackage rec {
libaom (the reference encoder) is too slow. libaom (the reference encoder) is too slow.
Features: https://github.com/xiph/rav1e#features 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}"; changelog = "https://github.com/xiph/rav1e/releases/tag/v${version}";
license = licenses.bsd2; license = licenses.bsd2;
maintainers = [ maintainers.primeos ]; maintainers = [ maintainers.primeos ];