Merge pull request #264682 from merspieler/patch-1

qutebrowser: Add pyperclip dependency
This commit is contained in:
Michele Guerini Rocco 2023-11-03 13:51:53 +01:00 committed by GitHub
commit 5632ccb7f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
);