10 lines
205 B
Nix
10 lines
205 B
Nix
|
|
{ godot3-mono-headless }:
|
||
|
|
|
||
|
|
godot3-mono-headless.overrideAttrs (
|
||
|
|
self: base: {
|
||
|
|
pname = "godot3-mono-debug-server";
|
||
|
|
godotBuildDescription = "mono debug server";
|
||
|
|
shouldBuildTools = false;
|
||
|
|
}
|
||
|
|
)
|