summary refs log tree commit diff
path: root/pkgs/games/ut2004
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/ut2004
parent8531aee99f4907bd255545eb94468e52a79a44f1 (diff)
downloadnixpkgs-c7e61112df632c52d52692388c8f4ada071f2a6c.tar
nixpkgs-c7e61112df632c52d52692388c8f4ada071f2a6c.tar.gz
nixpkgs-c7e61112df632c52d52692388c8f4ada071f2a6c.tar.bz2
nixpkgs-c7e61112df632c52d52692388c8f4ada071f2a6c.tar.lz
nixpkgs-c7e61112df632c52d52692388c8f4ada071f2a6c.tar.xz
nixpkgs-c7e61112df632c52d52692388c8f4ada071f2a6c.tar.zst
nixpkgs-c7e61112df632c52d52692388c8f4ada071f2a6c.zip
treewide: remove deprecated value `Application` from makeDesktopItem
Diffstat (limited to 'pkgs/games/ut2004')
-rw-r--r--pkgs/games/ut2004/wrapper.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/ut2004/wrapper.nix b/pkgs/games/ut2004/wrapper.nix
index 31d0763be4d..0f70a07ca8f 100644
--- a/pkgs/games/ut2004/wrapper.nix
+++ b/pkgs/games/ut2004/wrapper.nix
@@ -27,7 +27,7 @@ let
     desktopName = "Unreal Tournament 2004";
     comment = "A first-person shooter video game developed by Epic Games and Digital Extreme";
     genericName = "First-person shooter";
-    categories = "Application;Game;";
+    categories = "Game;";
     exec = "ut2004";
   };