summaryrefslogtreecommitdiffstats
path: root/pkgs/games/assaultcube
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2020-06-25 12:18:37 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2020-06-25 12:18:37 +1000
commitc7e61112df632c52d52692388c8f4ada071f2a6c (patch)
treeb9e22a8468a1ad9e4c50d0c1ab5ffa11fb68487d /pkgs/games/assaultcube
parent8531aee99f4907bd255545eb94468e52a79a44f1 (diff)
treewide: remove deprecated value `Application` from makeDesktopItem
Diffstat (limited to 'pkgs/games/assaultcube')
-rw-r--r--pkgs/games/assaultcube/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/assaultcube/default.nix b/pkgs/games/assaultcube/default.nix
index f40e2ecf2209..6c3a7f1168e6 100644
--- a/pkgs/games/assaultcube/default.nix
+++ b/pkgs/games/assaultcube/default.nix
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
desktopName = "AssaultCube";
comment = "A multiplayer, first-person shooter game, based on the CUBE engine. Fast, arcade gameplay.";
genericName = "First-person shooter";
- categories = "Application;Game;ActionGame;Shooter";
+ categories = "Game;ActionGame;Shooter";
icon = "assaultcube.png";
exec = pname;
};