Unverified Commit a4045204 authored by merspieler's avatar merspieler Committed by GitHub
Browse files

qutebrowser: Add pyperclip dependency

This allows the qute-bitwarden user script to copy the TOTP token to the clipboard
parent 0cbe9f69
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -57,6 +57,8 @@ python3.pkgs.buildPythonApplication {
    pynacl
    # extensive ad blocking
    adblock
    # for the qute-bitwarden user script to be able to copy the TOTP token to clipboard
    pyperclip
  ] ++ lib.optional stdenv.isLinux qtwayland
  );