about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/tools/godot/3/mono/debug-server.nix
blob: 28c18dbdb2ba07fec94dff400f09c12031b8a025 (plain) (blame)
1
2
3
4
5
6
7
{ godot3-mono-headless }:

godot3-mono-headless.overrideAttrs (self: base: {
  pname = "godot3-mono-debug-server";
  godotBuildDescription = "mono debug server";
  shouldBuildTools = false;
})