sane-tag-music: fix missing dep
This commit is contained in:
@@ -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";
|
||||
|
Reference in New Issue
Block a user