diff --git a/pkgs/by-name/av/avisynthplus/package.nix b/pkgs/by-name/av/avisynthplus/package.nix index c224ec6a02db..7de69303bc88 100644 --- a/pkgs/by-name/av/avisynthplus/package.nix +++ b/pkgs/by-name/av/avisynthplus/package.nix @@ -6,7 +6,6 @@ cmake, pkg-config, gitUpdater, - libdevil, soundtouch, }: @@ -27,7 +26,6 @@ stdenv.mkDerivation (finalAttrs: { ''; buildInputs = [ - libdevil soundtouch ];