treewide: add meta.mainProgram to emulators
This commit is contained in:
parent
aba58df4df
commit
e5764e8204
12 changed files with 12 additions and 0 deletions
|
@ -128,5 +128,6 @@ stdenv.mkDerivation rec {
|
|||
license = licenses.mpl20;
|
||||
platforms = [ "x86_64-linux" ];
|
||||
maintainers = with maintainers; [ zhaofengli baduhai ];
|
||||
mainProgram = "cemu";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -77,5 +77,6 @@ stdenv.mkDerivation rec {
|
|||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [ matthewbauer ];
|
||||
platforms = platforms.unix;
|
||||
mainProgram = "dosbox";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -37,5 +37,6 @@ stdenv.mkDerivation {
|
|||
maintainers = [ lib.maintainers.edwtjo ];
|
||||
license = lib.licenses.mit;
|
||||
platforms = lib.platforms.linux;
|
||||
mainProgram = "emulationstation";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -196,5 +196,6 @@ stdenv.mkDerivation rec {
|
|||
maintainers = with maintainers; [ thiagokokada ];
|
||||
platforms = platforms.unix;
|
||||
broken = stdenv.isDarwin;
|
||||
mainProgram = "mame";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -49,5 +49,6 @@ stdenv.mkDerivation rec {
|
|||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ artemist benley shamilton xfix ];
|
||||
platforms = platforms.linux;
|
||||
mainProgram = "melonDS";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -81,5 +81,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
license = licenses.mpl20;
|
||||
maintainers = with maintainers; [ MP2E AndersonTorres ];
|
||||
platforms = platforms.linux;
|
||||
mainProgram = "mgba";
|
||||
};
|
||||
})
|
||||
|
|
|
@ -38,5 +38,6 @@ stdenv.mkDerivation rec {
|
|||
homepage = "http://www.mupen64plus.org/";
|
||||
maintainers = [ maintainers.sander ];
|
||||
platforms = [ "x86_64-linux" ];
|
||||
mainProgram = "mupen64plus";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -67,6 +67,7 @@ stdenv.mkDerivation rec {
|
|||
license = lib.licenses.gpl2;
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [ MP2E ];
|
||||
mainProgram = "nestopia";
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
@ -92,5 +92,6 @@ stdenv.mkDerivation rec {
|
|||
maintainers = with maintainers; [ rardiol ];
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.all;
|
||||
mainProgram = "pcsxr";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -101,5 +101,6 @@ stdenv.mkDerivation {
|
|||
maintainers = with maintainers; [ abbradar neonfuz ilian zane ];
|
||||
license = licenses.gpl2Only;
|
||||
platforms = [ "x86_64-linux" "aarch64-linux" ];
|
||||
mainProgram = "rpcs3";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -123,5 +123,6 @@ stdenv.mkDerivation rec {
|
|||
maintainers = with maintainers; [ qknight xfix thiagokokada ];
|
||||
platforms = platforms.unix;
|
||||
broken = (withGtk && stdenv.isDarwin);
|
||||
mainProgram = "snes9x";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -133,5 +133,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
license = lib.licenses.gpl2Plus;
|
||||
maintainers = with lib.maintainers; [ AndersonTorres genericnerdyusername ];
|
||||
platforms = lib.platforms.linux;
|
||||
mainProgram = "xemu";
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue