vapoursynth-bestsource: remove cmake from buildInputs

This doesn't seem to be needed for the build to succeed.
This commit is contained in:
Alex James
2025-05-18 17:26:20 -05:00
parent fe667695f5
commit 3d81d6ba8d
@@ -4,7 +4,6 @@
fetchFromGitHub,
meson,
ninja,
cmake,
pkg-config,
vapoursynth,
ffmpeg,
@@ -31,7 +30,6 @@ stdenv.mkDerivation (finalAttrs: {
nativeBuildInputs = [
meson
ninja
cmake
pkg-config
];