acsuite: fix build

ffmpeg needs to be in nativeCheckInputs for it to show up in $PATH.
acsuite-fix
Aidan Gauland 2023-11-21 11:57:32 +13:00
parent 17ded7214a
commit 125ed08651
No known key found for this signature in database
GPG Key ID: 16E68DD2D0E77C91
2 changed files with 4 additions and 2 deletions

View File

@ -75,7 +75,7 @@ in
pkgs.vapoursynthPlugins.wwxd
pkgs.vapoursynthPlugins.znedi3
# pkgs.vapoursynthPlugins.acsuite
pkgs.vapoursynthPlugins.acsuite
pkgs.vapoursynthPlugins.adjust
pkgs.vapoursynthPlugins.astdr
# pkgs.vapoursynthPlugins.awsmfunc

View File

@ -23,8 +23,10 @@ buildPythonPackage rec {
--replace "VapourSynth" ""
'';
checkInputs = [
nativeCheckInputs = [
ffmpeg # the test depdends on ffmpeg from PATH
];
checkInputs = [
vapoursynth
];
checkPhase = ''