Loading pkgs/games/gnubg/default.nix +11 −9 Original line number Diff line number Diff line Loading @@ -18,7 +18,8 @@ stdenv.mkDerivation rec { configureFlags = [ "--with-gtk" "--with--board3d" ]; desktopItems = makeDesktopItem { desktopItems = [ (makeDesktopItem { desktopName = "GNU Backgammon"; name = pname; genericName = "Backgammon"; Loading @@ -26,7 +27,8 @@ stdenv.mkDerivation rec { exec = pname; icon = pname; categories = [ "Game" "GTK" "StrategyGame" ]; }; }) ]; meta = with lib; { description = "World class backgammon application"; Loading Loading
pkgs/games/gnubg/default.nix +11 −9 Original line number Diff line number Diff line Loading @@ -18,7 +18,8 @@ stdenv.mkDerivation rec { configureFlags = [ "--with-gtk" "--with--board3d" ]; desktopItems = makeDesktopItem { desktopItems = [ (makeDesktopItem { desktopName = "GNU Backgammon"; name = pname; genericName = "Backgammon"; Loading @@ -26,7 +27,8 @@ stdenv.mkDerivation rec { exec = pname; icon = pname; categories = [ "Game" "GTK" "StrategyGame" ]; }; }) ]; meta = with lib; { description = "World class backgammon application"; Loading