avisynthplus: drop libdevil dependency

Optional dependency, used only for the `ImageSeq` plugin.
This commit is contained in:
Emily
2025-09-16 21:58:55 +01:00
parent 2daf3ee110
commit b4a04a92a1
-2
View File
@@ -6,7 +6,6 @@
cmake,
pkg-config,
gitUpdater,
libdevil,
soundtouch,
}:
@@ -27,7 +26,6 @@ stdenv.mkDerivation (finalAttrs: {
'';
buildInputs = [
libdevil
soundtouch
];