about summary refs log tree commit diff
path: root/pkgs/development/tools/godot/3/mono/headless.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/godot/3/mono/headless.nix')
-rw-r--r--pkgs/development/tools/godot/3/mono/headless.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/pkgs/development/tools/godot/3/mono/headless.nix b/pkgs/development/tools/godot/3/mono/headless.nix
new file mode 100644
index 0000000000000..fff5367e86132
--- /dev/null
+++ b/pkgs/development/tools/godot/3/mono/headless.nix
@@ -0,0 +1,7 @@
+{ godot3-mono }:
+
+godot3-mono.overrideAttrs (self: base: {
+  pname = "godot3-mono-headless";
+  godotBuildDescription = "mono headless";
+  godotBuildPlatform = "server";
+})