mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
firefox-wrapper: more gstreamer plugins
The previous commit effaa51
broke some of soundcloud in firefox.
This commit is contained in:
parent
321e8227f0
commit
34e45a7924
1 changed files with 1 additions and 1 deletions
|
@ -11181,7 +11181,7 @@ let
|
|||
);
|
||||
libs = [ gstreamer gst_plugins_base ] ++ lib.optionals (cfg.enableQuakeLive or false)
|
||||
(with xlibs; [ stdenv.gcc libX11 libXxf86dga libXxf86vm libXext libXt alsaLib zlib ]);
|
||||
gst_plugins = [ gst_plugins_base gst_plugins_good gst_ffmpeg ];
|
||||
gst_plugins = [ gst_plugins_base gst_plugins_good gst_plugins_bad gst_plugins_ugly gst_ffmpeg ];
|
||||
gtk_modules = [ libcanberra ];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue