Skip to content

Commit

Permalink
qutebrowser: use pyqt6-webengine
Browse files Browse the repository at this point in the history
pyqtwebengine uses qt5, but since qutebrowser 3.0.0 the derivation is
only building for qt6.

This is part of a goal to have no dependencies of qutebrowser marked as
broken.
  • Loading branch information
keegancsmith committed Aug 20, 2023
1 parent fdbb200 commit c9cc3a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ python3.pkgs.buildPythonApplication {
];

propagatedBuildInputs = with python3.pkgs; ([
pyyaml pyqtwebengine jinja2 pygments
pyyaml pyqt6-webengine jinja2 pygments
# scripts and userscripts libs
tldextract beautifulsoup4
readability-lxml pykeepass stem
Expand Down

0 comments on commit c9cc3a2

Please sign in to comment.