qutebrowser: don't depend on qtmultimedia
It's not needed now that qtwebkit uses gstreamer backend
This commit is contained in:
parent
c1262a76e4
commit
1c5399626a
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchurl, buildPythonApplication, makeQtWrapper, wrapGAppsHook
|
{ stdenv, fetchurl, buildPythonApplication, makeQtWrapper, wrapGAppsHook
|
||||||
, qtmultimedia, pyqt5, jinja2, pygments, pyyaml, pypeg2, glib_networking
|
, qtbase, pyqt5, jinja2, pygments, pyyaml, pypeg2, glib_networking
|
||||||
, asciidoc, docbook_xml_dtd_45, docbook_xsl, libxml2, libxslt
|
, asciidoc, docbook_xml_dtd_45, docbook_xsl, libxml2, libxslt
|
||||||
, gst-plugins-base, gst-plugins-good, gst-plugins-bad, gst-plugins-ugly, gst-libav
|
, gst-plugins-base, gst-plugins-good, gst-plugins-bad, gst-plugins-ugly, gst-libav
|
||||||
, qtwebkit-plugins }:
|
, qtwebkit-plugins }:
|
||||||
@ -19,7 +19,7 @@ buildPythonApplication rec {
|
|||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
qtmultimedia qtwebkit-plugins
|
qtbase qtwebkit-plugins
|
||||||
gst-plugins-base gst-plugins-good gst-plugins-bad gst-plugins-ugly gst-libav
|
gst-plugins-base gst-plugins-good gst-plugins-bad gst-plugins-ugly gst-libav
|
||||||
glib_networking
|
glib_networking
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user