torcs: add desktop item

+5
+5
pkgs/games/torcs/default.nix
··· 30 30 }) 31 31 ]; 32 32 33 + postInstall = '' 34 + install -D -m644 Ticon.png $out/share/pixmaps/torcs.png 35 + install -D -m644 torcs.desktop $out/share/applications/torcs.desktop 36 + ''; 37 + 33 38 postPatch = '' 34 39 sed -i -e s,/bin/bash,`type -P bash`, src/linux/torcs.in 35 40 '';