Unverified Commit 5a8577b4 authored by h7x4's avatar h7x4
Browse files

gnubg: fix `desktopItems`

parent a20f787c
Loading
Loading
Loading
Loading
+11 −9
Original line number Diff line number Diff line
@@ -18,7 +18,8 @@ stdenv.mkDerivation rec {

  configureFlags = [ "--with-gtk" "--with--board3d" ];

  desktopItems = makeDesktopItem {
  desktopItems = [
    (makeDesktopItem {
      desktopName = "GNU Backgammon";
      name = pname;
      genericName = "Backgammon";
@@ -26,7 +27,8 @@ stdenv.mkDerivation rec {
      exec = pname;
      icon = pname;
      categories = [ "Game" "GTK" "StrategyGame" ];
  };
    })
  ];

  meta = with lib;
    { description = "World class backgammon application";