Unverified Commit c5f073cb authored by Anderson Torres's avatar Anderson Torres Committed by GitHub
Browse files

Merge pull request #198797 from SuperSamus/mgba-desktop

mgba: don't create desktop file
parents 2e92b7cf d5769b9d
Loading
Loading
Loading
Loading
+0 −16
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@
, fetchFromGitHub
, SDL2
, cmake
, copyDesktopItems
, ffmpeg
, imagemagick
, libedit
@@ -11,7 +10,6 @@
, libepoxy
, libzip
, lua
, makeDesktopItem
, minizip
, pkg-config
, qtbase
@@ -33,7 +31,6 @@ stdenv.mkDerivation (finalAttrs: {

  nativeBuildInputs = [
    cmake
    copyDesktopItems
    pkg-config
    wrapQtAppsHook
  ];
@@ -53,19 +50,6 @@ stdenv.mkDerivation (finalAttrs: {
    qttools
  ];

  desktopItems = [
    (makeDesktopItem {
      name = "mgba";
      exec = "mgba-qt";
      icon = "mgba";
      comment = "A Game Boy Advance Emulator";
      desktopName = "mgba";
      genericName = "Game Boy Advance Emulator";
      categories = [ "Game" "Emulator" ];
      startupNotify = false;
    })
  ];

  meta = with lib; {
    homepage = "https://mgba.io";
    description = "A modern GBA emulator with a focus on accuracy";