dav1d: enable tests

This commit is contained in:
Robert Scott 2022-03-22 00:43:01 +00:00
parent c55c1e50be
commit 6788a7d6f5

View file

@ -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 = ''