dav1d: enable tests

main
Robert Scott 2 years ago
parent c55c1e50be
commit 6788a7d6f5
  1. 2
      pkgs/development/libraries/dav1d/default.nix

@ -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…
Cancel
Save