mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
qutebrowser: 3.2.1 -> 3.3.1 (#348179)
This commit is contained in:
commit
1b2191acb7
@ -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
|
||||
@ -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…
Reference in New Issue
Block a user