7 python3Packages.buildPythonApplication rec {
11 src = fetchFromGitHub {
12 owner = "BlankSpruce";
15 hash = "sha256-AphKC50O9ohywLagyQMfk8A6w4Cm0ceHHWSRAWOnoyM=";
18 propagatedBuildInputs = with python3Packages; [
26 description = "Formatter to make your CMake code the real treasure";
27 homepage = "https://github.com/BlankSpruce/gersemi";
28 license = lib.licenses.mpl20;
29 maintainers = with lib.maintainers; [ xeals ];
30 mainProgram = "gersemi";