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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user