From c9cc3a2e3eb4661b49176e0c62afd097793c9626 Mon Sep 17 00:00:00 2001 From: Keegan Carruthers-Smith Date: Sun, 20 Aug 2023 20:54:54 +0200 Subject: [PATCH] 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. --- pkgs/applications/networking/browsers/qutebrowser/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/browsers/qutebrowser/default.nix b/pkgs/applications/networking/browsers/qutebrowser/default.nix index 84d4e69628fc5..1f898ed879867 100644 --- a/pkgs/applications/networking/browsers/qutebrowser/default.nix +++ b/pkgs/applications/networking/browsers/qutebrowser/default.nix @@ -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