7 , gobject-introspection
19 python3.pkgs.buildPythonApplication rec {
20 pname = "metadata-cleaner";
25 src = fetchFromGitLab {
27 repo = "metadata-cleaner";
29 hash = "sha256-J+nwgLbAFoh1gq3J4cqQEShZJCSZesyCjT9DfkCWIHs=";
35 glib # glib-compile-resources
36 gtk4 # gtk4-update-icon-cache
53 dependencies = with python3.pkgs; [
59 description = "Python GTK application to view and clean metadata in files, using mat2";
60 mainProgram = "metadata-cleaner";
61 homepage = "https://gitlab.com/rmnvgr/metadata-cleaner";
62 changelog = "https://gitlab.com/rmnvgr/metadata-cleaner/-/blob/${src.rev}/CHANGELOG.md";
63 license = with licenses; [ gpl3Plus cc-by-sa-40 ];
64 maintainers = with maintainers; [ dotlambda ];