ffmpeg: enable basic tests

(cherry picked from commit 649f0ed1a88f6e4cf00705b1cb2f1fbdf1fb780c)
This commit is contained in:
Robert Scott
2021-08-21 02:46:00 +00:00
committed by github-actions[bot]
parent 124ccc3fcd
commit 7361aaeb5e
2 changed files with 10 additions and 2 deletions
@@ -7,4 +7,5 @@ callPackage ./generic.nix (rec {
knownVulnerabilities = [
"CVE-2021-30123"
];
doCheck = false;
} // args)