add python312Packages.pyperclip and xclip, remove python312Packages.tkinter

This commit is contained in:
Seaswimmer 2024-11-22 10:02:28 -05:00
parent 185b304868
commit ba7576efdb
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -44,11 +44,12 @@ let
libwebp libwebp
fontforge fontforge
packwiz packwiz
xclip
# for scripts # for scripts
python312 python312
python312Packages.requests python312Packages.requests
python312Packages.tkinter python312Packages.pyperclip
]; ];
flakePackages = with inputs; [ compose2nix.packages.${system}.default ]; flakePackages = with inputs; [ compose2nix.packages.${system}.default ];
in { in {