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

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