mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
mlt: Remove SDL1 support (#414684)
This commit is contained in:
commit
0fed06c934
1 changed files with 0 additions and 6 deletions
|
@ -32,8 +32,6 @@
|
|||
python3,
|
||||
swig,
|
||||
qt ? null,
|
||||
enableSDL1 ? stdenv.hostPlatform.isLinux,
|
||||
SDL,
|
||||
enableSDL2 ? true,
|
||||
SDL2,
|
||||
gitUpdater,
|
||||
|
@ -104,10 +102,6 @@ stdenv.mkDerivation rec {
|
|||
(qt.qt5compat or null)
|
||||
libarchive
|
||||
]
|
||||
++ lib.optionals enableSDL1 [
|
||||
SDL
|
||||
libX11
|
||||
]
|
||||
++ lib.optionals enableSDL2 [
|
||||
SDL2
|
||||
libX11
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue