Skip to content

Commit

Permalink
qutebrowser: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda committed Jul 12, 2024
1 parent 60e0149 commit da062e0
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pkgs/applications/networking/browsers/qutebrowser/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit da062e0

Please sign in to comment.