mame: fix debugger

The -debug commandline option enables a general-purpose debugging UI
that is built using QT. This was broken because the QT app wrapper
was not being applied. Update the package to include wrapQtAppsHook.
This commit is contained in:
Jeremy Penner
2025-05-05 21:29:52 -04:00
parent 7a2622e2c0
commit 121424fc5e
+2 -2
View File
@@ -30,6 +30,7 @@
utf8proc,
versionCheckHook,
which,
wrapQtAppsHook,
writeScript,
zlib,
darwin,
@@ -76,8 +77,6 @@ stdenv.mkDerivation rec {
"USE_SYSTEM_LIB_ZLIB=1"
];
dontWrapQtApps = true;
# https://docs.mamedev.org/initialsetup/compilingmame.html
buildInputs =
[
@@ -116,6 +115,7 @@ stdenv.mkDerivation rec {
pkg-config
python3
which
wrapQtAppsHook
];
patches = [