qutebrowser: update dependencies
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user