Skip to content

Commit c9cc3a2

Browse files
committed
qutebrowser: use pyqt6-webengine
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.
1 parent fdbb200 commit c9cc3a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • pkgs/applications/networking/browsers/qutebrowser

pkgs/applications/networking/browsers/qutebrowser/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ python3.pkgs.buildPythonApplication {
6060
];
6161

6262
propagatedBuildInputs = with python3.pkgs; ([
63-
pyyaml pyqtwebengine jinja2 pygments
63+
pyyaml pyqt6-webengine jinja2 pygments
6464
# scripts and userscripts libs
6565
tldextract beautifulsoup4
6666
readability-lxml pykeepass stem

0 commit comments

Comments
 (0)