mame: migrate to by-name (#457262)
This commit is contained in:
@@ -24,13 +24,12 @@
|
||||
portmidi,
|
||||
pugixml,
|
||||
python3,
|
||||
qtbase,
|
||||
libsForQt5,
|
||||
rapidjson,
|
||||
sqlite,
|
||||
utf8proc,
|
||||
versionCheckHook,
|
||||
which,
|
||||
wrapQtAppsHook,
|
||||
writeScript,
|
||||
zlib,
|
||||
}:
|
||||
@@ -88,7 +87,7 @@ stdenv.mkDerivation rec {
|
||||
SDL2
|
||||
SDL2_ttf
|
||||
sqlite
|
||||
qtbase
|
||||
libsForQt5.qtbase
|
||||
]
|
||||
++ lib.optionals stdenv.hostPlatform.isLinux [
|
||||
alsa-lib
|
||||
@@ -108,7 +107,7 @@ stdenv.mkDerivation rec {
|
||||
pkg-config
|
||||
python3
|
||||
which
|
||||
wrapQtAppsHook
|
||||
libsForQt5.wrapQtAppsHook
|
||||
];
|
||||
|
||||
patches = [
|
||||
@@ -1227,8 +1227,6 @@ with pkgs;
|
||||
|
||||
libmirage = callPackage ../applications/emulators/cdemu/libmirage.nix { };
|
||||
|
||||
mame = libsForQt5.callPackage ../applications/emulators/mame { };
|
||||
|
||||
mame-tools = lib.addMetaAttrs {
|
||||
description = mame.meta.description + " (tools only)";
|
||||
} (lib.getOutput "tools" mame);
|
||||
|
||||
Reference in New Issue
Block a user