mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-27 15:23:26 +00:00
8 lines
172 B
Nix
8 lines
172 B
Nix
{ godot3-mono }:
|
|
|
|
godot3-mono.overrideAttrs (self: base: {
|
|
pname = "godot3-mono-headless";
|
|
godotBuildDescription = "mono headless";
|
|
godotBuildPlatform = "server";
|
|
})
|