cmake-format: add meta.mainProgram

This commit is contained in:
Austin Horstman 2024-05-30 18:22:25 -05:00
parent c1eae30445
commit 0f6db436e8
No known key found for this signature in database

View File

@ -31,6 +31,7 @@ buildPythonApplication rec {
homepage = "https://github.com/cheshirekow/cmake_format";
license = licenses.gpl3;
maintainers = [ maintainers.tobim ];
mainProgram = "cmake-format";
platforms = platforms.all;
};
}