tdm: Fix the build

Was failing in the desktop-file validation stage [0]:
/nix/store/XXX-tdm.desktop/share/applications/tdm.desktop: error: value
"False" for boolean key "Terminal" in group "Desktop Entry" contains
invalid characters, boolean values must be "false" or "true"

[0]: https://hydra.nixos.org/build/123852137
This commit is contained in:
Michael Weiss 2020-07-18 11:39:29 +02:00
parent eb66a32a56
commit a838caa33a
No known key found for this signature in database
GPG key ID: 5BE487C4D4771D83

View file

@ -11,7 +11,7 @@ let
name = pname;
exec = "@out@/bin/${pname}";
icon = pname;
terminal = "False";
terminal = "false";
comment = "The Dark Mod - stealth FPS inspired by the Thief series";
type = "Application";
categories = "Game;";