From 125ed08651f5a5096a7f9dbe2e08d8cb457abd94 Mon Sep 17 00:00:00 2001 From: Aidan Gauland Date: Tue, 21 Nov 2023 11:57:32 +1300 Subject: [PATCH] acsuite: fix build ffmpeg needs to be in nativeCheckInputs for it to show up in $PATH. --- everything-shell.nix | 2 +- plugins/acsuite/default.nix | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/everything-shell.nix b/everything-shell.nix index bb9b1bf..ea6ce22 100644 --- a/everything-shell.nix +++ b/everything-shell.nix @@ -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 diff --git a/plugins/acsuite/default.nix b/plugins/acsuite/default.nix index 34fa654..ec624e2 100644 --- a/plugins/acsuite/default.nix +++ b/plugins/acsuite/default.nix @@ -23,8 +23,10 @@ buildPythonPackage rec { --replace "VapourSynth" "" ''; - checkInputs = [ + nativeCheckInputs = [ ffmpeg # the test depdends on ffmpeg from PATH + ]; + checkInputs = [ vapoursynth ]; checkPhase = ''