Loading pkgs/applications/networking/browsers/qutebrowser/default.nix +8 −2 Original line number Diff line number Diff line Loading @@ -26,15 +26,17 @@ let stripRoot = false; }; version = "3.2.1"; version = "3.3.1"; in python3.pkgs.buildPythonApplication { pname = "qutebrowser" + lib.optionalString (!isQt6) "-qt5"; inherit version; pyproject = true; src = fetchurl { url = "https://github.com/qutebrowser/qutebrowser/releases/download/v${version}/qutebrowser-${version}.tar.gz"; hash = "sha256-AqevKmxds42HsiWwuEEsgNmDgzXzLQ6KOPbX+804iX0="; hash = "sha256-qttkrMxzC8mhXONByaBYCx82OD7Uh09U0xzh2r6U4Xo="; }; # Needs tox Loading @@ -47,6 +49,10 @@ python3.pkgs.buildPythonApplication { qtwayland ]; build-system = with python3.pkgs; [ setuptools ]; nativeBuildInputs = [ wrapQtAppsHook asciidoc docbook_xml_dtd_45 docbook_xsl libxml2 libxslt Loading Loading
pkgs/applications/networking/browsers/qutebrowser/default.nix +8 −2 Original line number Diff line number Diff line Loading @@ -26,15 +26,17 @@ let stripRoot = false; }; version = "3.2.1"; version = "3.3.1"; in python3.pkgs.buildPythonApplication { pname = "qutebrowser" + lib.optionalString (!isQt6) "-qt5"; inherit version; pyproject = true; src = fetchurl { url = "https://github.com/qutebrowser/qutebrowser/releases/download/v${version}/qutebrowser-${version}.tar.gz"; hash = "sha256-AqevKmxds42HsiWwuEEsgNmDgzXzLQ6KOPbX+804iX0="; hash = "sha256-qttkrMxzC8mhXONByaBYCx82OD7Uh09U0xzh2r6U4Xo="; }; # Needs tox Loading @@ -47,6 +49,10 @@ python3.pkgs.buildPythonApplication { qtwayland ]; build-system = with python3.pkgs; [ setuptools ]; nativeBuildInputs = [ wrapQtAppsHook asciidoc docbook_xml_dtd_45 docbook_xsl libxml2 libxslt Loading