1{ godot3-mono-headless }: 2 3godot3-mono-headless.overrideAttrs ( 4 self: base: { 5 pname = "godot3-mono-debug-server"; 6 godotBuildDescription = "mono debug server"; 7 shouldBuildTools = false; 8 } 9)