summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorElian Doran <contact@eliandoran.me>2022-11-10 00:00:40 +0200
committerPeter Hoeg <peter@hoeg.com>2022-11-10 12:53:39 +0800
commitc3616ce8370f4a00e6b62af80fdaace308c13b68 (patch)
tree5e35fd9e39a8c208e83ae84c1f489ea7234ce173 /pkgs/games
parent92903b2cb5e953f7cad113ba89818a406d931cd5 (diff)
0ad: fix icon install path
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/0ad/game.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/0ad/game.nix b/pkgs/games/0ad/game.nix
index 7e1375a829f97..1ebf215aefb5f 100644
--- a/pkgs/games/0ad/game.nix
+++ b/pkgs/games/0ad/game.nix
@@ -95,7 +95,7 @@ stdenv.mkDerivation rec {
     install -Dm644 -t $out/lib/0ad        binaries/system/*.so
 
     # Copy icon.
-    install -D build/resources/0ad.png     $out/share/icons/hicolor/128x128/0ad.png
+    install -D build/resources/0ad.png     $out/share/icons/hicolor/128x128/apps/0ad.png
     install -D build/resources/0ad.desktop $out/share/applications/0ad.desktop
   '';