dav1d: enable tests
This commit is contained in:
parent
c55c1e50be
commit
6788a7d6f5
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,8 @@ stdenv.mkDerivation rec {
|
|||
"-Denable_examples=${lib.boolToString withExamples}"
|
||||
];
|
||||
|
||||
doCheck = true;
|
||||
|
||||
meta = with lib; {
|
||||
description = "A cross-platform AV1 decoder focused on speed and correctness";
|
||||
longDescription = ''
|
||||
|
|
Loading…
Reference in a new issue