Loading pkgs/applications/networking/browsers/qutebrowser/default.nix +6 −4 Original line number Diff line number Diff line Loading @@ -43,15 +43,17 @@ python3.pkgs.buildPythonApplication { buildInputs = [ qtbase glib-networking ] ++ lib.optionals stdenv.isLinux [ qtwayland ]; nativeBuildInputs = [ wrapQtAppsHook asciidoc docbook_xml_dtd_45 docbook_xsl libxml2 libxslt python3.pkgs.pygments ]; propagatedBuildInputs = with python3.pkgs; ([ dependencies = with python3.pkgs; [ colorama pyyaml (if isQt6 then pyqt6-webengine else pyqtwebengine) jinja2 pygments # scripts and userscripts libs tldextract beautifulsoup4 Loading @@ -62,8 +64,8 @@ python3.pkgs.buildPythonApplication { adblock # for the qute-bitwarden user script to be able to copy the TOTP token to clipboard pyperclip ] ++ lib.optional stdenv.isLinux qtwayland ); ]; patches = [ ./fix-restart.patch Loading Loading
pkgs/applications/networking/browsers/qutebrowser/default.nix +6 −4 Original line number Diff line number Diff line Loading @@ -43,15 +43,17 @@ python3.pkgs.buildPythonApplication { buildInputs = [ qtbase glib-networking ] ++ lib.optionals stdenv.isLinux [ qtwayland ]; nativeBuildInputs = [ wrapQtAppsHook asciidoc docbook_xml_dtd_45 docbook_xsl libxml2 libxslt python3.pkgs.pygments ]; propagatedBuildInputs = with python3.pkgs; ([ dependencies = with python3.pkgs; [ colorama pyyaml (if isQt6 then pyqt6-webengine else pyqtwebengine) jinja2 pygments # scripts and userscripts libs tldextract beautifulsoup4 Loading @@ -62,8 +64,8 @@ python3.pkgs.buildPythonApplication { adblock # for the qute-bitwarden user script to be able to copy the TOTP token to clipboard pyperclip ] ++ lib.optional stdenv.isLinux qtwayland ); ]; patches = [ ./fix-restart.patch Loading