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

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