Commit da062e0e authored by Robert Schütz's avatar Robert Schütz
Browse files

qutebrowser: update dependencies

parent 60e0149a
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -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