next: Added more gstreamer plugins

Next now supports most video formats
wip/yesman
Sebastian Wålinder 4 years ago committed by GitHub
parent f4997efd5c
commit 4bea790b9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      pkgs/applications/networking/browsers/next/next-gtk-webkit.nix

@ -27,8 +27,12 @@ stdenv.mkDerivation rec {
gsettings-desktop-schemas
gtk3
webkitgtk
gst_all_1.gst-plugins-base
gst_all_1.gstreamer
gst_all_1.gst-libav
gst_all_1.gst-plugins-base
gst_all_1.gst-plugins-good
gst_all_1.gst-plugins-bad
gst_all_1.gst-plugins-ugly
];
makeFlags = [

Loading…
Cancel
Save