Skip to content

Commit

Permalink
the-powder-toy: only install .desktop on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
multiplealiases authored and ehmry committed Nov 16, 2023
1 parent 0a2425d commit 00f0d34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/games/the-powder-toy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ stdenv.mkDerivation rec {
install -Dm 755 powder $out/bin/powder
mkdir -p $out/share/applications
mv ./resources/powder.desktop $out/share/applications
mv ../resources $out/share
'' + lib.optionalString stdenv.isLinux ''
mv ./resources/powder.desktop $out/share/applications
'';

meta = with lib; {
Expand Down

0 comments on commit 00f0d34

Please sign in to comment.