7 python3Packages.buildPythonApplication rec {
11 src = fetchFromGitHub {
12 owner = "BlankSpruce";
14 rev = "refs/tags/${version}";
15 hash = "sha256-t9W27lwNKRFAraynAGEawFb1qCW9/b3RCm/jeb9zJXg=";
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";