about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorAaron Andersen <aaron@fosslib.net>2020-06-04 20:31:42 -0400
committerAaron Andersen <aaron@fosslib.net>2020-06-04 20:31:42 -0400
commit4cb3c06d44c11aacfb12290493c8d5d4e4ac6eb0 (patch)
tree00e01333fd9c02d162289ce5fc58941d5a314fab /pkgs/games
parent4f9053c6050e958205be41a6cd3a71a279ef5fa5 (diff)
downloadnixlib-4cb3c06d44c11aacfb12290493c8d5d4e4ac6eb0.tar
nixlib-4cb3c06d44c11aacfb12290493c8d5d4e4ac6eb0.tar.gz
nixlib-4cb3c06d44c11aacfb12290493c8d5d4e4ac6eb0.tar.bz2
nixlib-4cb3c06d44c11aacfb12290493c8d5d4e4ac6eb0.tar.lz
nixlib-4cb3c06d44c11aacfb12290493c8d5d4e4ac6eb0.tar.xz
nixlib-4cb3c06d44c11aacfb12290493c8d5d4e4ac6eb0.tar.zst
nixlib-4cb3c06d44c11aacfb12290493c8d5d4e4ac6eb0.zip
tome4: fix error in .desktop file
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/tome4/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/tome4/default.nix b/pkgs/games/tome4/default.nix
index 99391f2e3018..59dced9ac67d 100644
--- a/pkgs/games/tome4/default.nix
+++ b/pkgs/games/tome4/default.nix
@@ -9,7 +9,7 @@ let
     name = pname;
     exec = "@out@/bin/${pname}";
     icon = pname;
-    terminal = "False";
+    terminal = "false";
     comment = "An open-source, single-player, role-playing roguelike game set in the world of Eyal.";
     type = "Application";
     categories = "Game;RolePlaying;";