nixpkgs/pkgs/development/tools/godot
pacien 81489719f7 godot-export-templates: strip export template file
Stripping reduces the template size from around 500MB to 40MB for Linux.
This is added explicitly here because mkDerivation does not automatically
strip binaries in the template directory.

This also impacts the size of the exported games and programs.
For example, here are the size of the `oh-my-git` package using this
template, without and with stripping:

```
❯ du -sh result*/
375M	result-oh-my-git-without-strip/
45M	result-oh-my-git-with-strip/
```

GitHub: closes https://github.com/NixOS/nixpkgs/issues/170470
2022-09-25 21:47:31 -04:00
..
default.nix godot: use wrapProgram instead of makeWrapper 2022-08-20 21:20:08 +01:00
dont_clobber_environment.patch
export-templates.nix godot-export-templates: strip export template file 2022-09-25 21:47:31 -04:00
headless.nix
pkg_config_additions.patch godot: 3.4.4 -> 3.5 (#186692) 2022-08-19 22:06:25 +02:00
server.nix