Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

cataclysm-dda-git: fix desktop launcher installation (#44364)

authored by Mitsuhiro Nakamura and committed by xeji c77e4de5 81e65071

+1 -1
+1 -1
pkgs/games/cataclysm-dda/common.nix
··· 74 74 75 75 installXDGAppLauncher = '' 76 76 launcher="$out/share/applications/cataclysm-dda.desktop" 77 - install -D -m 444 data/xdg/com.cataclysmdda.cataclysm-dda.desktop -T "$launcher" 77 + install -D -m 444 data/xdg/*cataclysm-dda.desktop -T "$launcher" 78 78 sed -i "$launcher" -e "s,\(Exec=\)\(cataclysm-tiles\),\1$out/bin/\2," 79 79 install -D -m 444 data/xdg/cataclysm-dda.svg -t $out/share/icons/hicolor/scalable/apps 80 80 '';