From 6607345d108fcdbde935f697765a579f54dde3be Mon Sep 17 00:00:00 2001 From: Luis Pedro Coelho Date: Wed, 23 Mar 2016 20:30:24 +0100 Subject: [PATCH] chessx: install chessx.desktop file --- pkgs/games/chessx/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/games/chessx/default.nix b/pkgs/games/chessx/default.nix index dd0fa16b707..39ec3670e54 100644 --- a/pkgs/games/chessx/default.nix +++ b/pkgs/games/chessx/default.nix @@ -22,7 +22,9 @@ stdenv.mkDerivation rec { enableParallelBuilding = true; installPhase = '' mkdir -p "$out/bin" + mkdir -p "$out/share/applications" cp -pr release/chessx "$out/bin" + cp -pr unix/chessx.desktop "$out/share/applications" ''; meta = with stdenv.lib; {