21 python3.pkgs.buildPythonApplication rec {
22 pname = "metadata-cleaner";
27 src = fetchFromGitLab {
29 repo = "metadata-cleaner";
31 hash = "sha256-J+nwgLbAFoh1gq3J4cqQEShZJCSZesyCjT9DfkCWIHs=";
37 glib # glib-compile-resources
38 gtk4 # gtk4-update-icon-cache
55 dependencies = with python3.pkgs; [
61 updateScript = nix-update-script { };
65 description = "Python GTK application to view and clean metadata in files, using mat2";
66 mainProgram = "metadata-cleaner";
67 homepage = "https://gitlab.com/rmnvgr/metadata-cleaner";
68 changelog = "https://gitlab.com/rmnvgr/metadata-cleaner/-/blob/${src.rev}/CHANGELOG.md";
69 license = with licenses; [
73 maintainers = with maintainers; [ dotlambda ] ++ lib.teams.gnome-circle.members;