sane-tag-music: fix missing dep

This commit is contained in:
2024-07-09 02:54:25 +00:00
parent cd9f1cc95e
commit 682e9c0c68

View File

@@ -205,7 +205,7 @@ let
tag-music = static-nix-shell.mkPython3 {
pname = "sane-tag-music";
srcRoot = ./src;
pkgs = [ "python3.pkgs.mutagen" ];
pkgs = [ "python3.pkgs.mutagen" "python3.pkgs.pyexiftool" ];
};
vpn = static-nix-shell.mkBash {
pname = "sane-vpn";