mgba: cleanup

launchpad/nixpkgs/master
Sandro Jäckel 3 years ago
parent 268b1dec32
commit 29658275ef
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
  1. 12
      pkgs/misc/emulators/mgba/default.nix

@ -9,6 +9,7 @@
, libedit
, libelf
, libzip
, copyDesktopItems
, makeDesktopItem
, minizip
, pkg-config
@ -48,8 +49,8 @@ stdenv.mkDerivation rec {
qttools
];
postInstall = let
desktopItem = makeDesktopItem {
desktopItems = [
(makeDesktopItem {
name = "mgba";
exec = "mgba-qt";
icon = "mgba";
@ -58,11 +59,8 @@ stdenv.mkDerivation rec {
genericName = "Game Boy Advance Emulator";
categories = "Game;Emulator;";
startupNotify = "false";
};
in
''
cp -r ${desktopItem}/share/applications $out/share
'';
})
];
meta = with lib; {
homepage = "https://mgba.io";

Loading…
Cancel
Save