mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
gst-plugins-bad: build with wildmidi and fluidsynth
remove timidity, the plugin does not build at all
This commit is contained in:
parent
da98b7d65e
commit
388d32d966
@ -3,7 +3,7 @@
|
||||
, faad2, libass, libkate, libmms
|
||||
, libmodplug, mpeg2dec, mpg123
|
||||
, openjpeg, libopus, librsvg
|
||||
, timidity, libvdpau, wayland
|
||||
, wildmidi, fluidsynth, libvdpau, wayland
|
||||
, libwebp, xvidcore, gnutls
|
||||
}:
|
||||
|
||||
@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
|
||||
faad2 libass libkate libmms
|
||||
libmodplug mpeg2dec mpg123
|
||||
openjpeg libopus librsvg
|
||||
timidity libvdpau wayland
|
||||
wildmidi fluidsynth libvdpau wayland
|
||||
libwebp xvidcore gnutls
|
||||
] ++ stdenv.lib.optional faacSupport faac;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user