From b4a04a92a10285cd63b5326d8b53bc461cbedecf Mon Sep 17 00:00:00 2001 From: Emily Date: Tue, 16 Sep 2025 16:35:51 +0100 Subject: [PATCH] avisynthplus: drop `libdevil` dependency Optional dependency, used only for the `ImageSeq` plugin. --- pkgs/by-name/av/avisynthplus/package.nix | 2 -- 1 file changed, 2 deletions(-) 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 ];