vlc: drop dependency on SDL

The dependency on SDL and SDL_image was added in https://github.com/NixOS/nixpkgs/commit/f909b550dd9643bd863713acc3892f39fefc4d38, over 14 years ago for version 1.1.5.
It is no longer required and just increases closure size.
This commit is contained in:
Grimmauld
2025-03-19 09:47:00 +01:00
parent 9d13a26930
commit b3c987c4f4
-4
View File
@@ -1,7 +1,5 @@
{
lib,
SDL,
SDL_image,
a52dec,
alsa-lib,
autoreconfHook,
@@ -132,8 +130,6 @@ stdenv.mkDerivation (finalAttrs: {
# needing them
buildInputs =
[
SDL
SDL_image
a52dec
alsa-lib
avahi