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