mame: fix debugger (#404536)

This commit is contained in:
Thiago Kenji Okada
2025-05-06 10:18:18 +01:00
committed by GitHub

View File

@@ -30,6 +30,7 @@
utf8proc,
versionCheckHook,
which,
wrapQtAppsHook,
writeScript,
zlib,
}:
@@ -72,8 +73,6 @@ stdenv.mkDerivation rec {
"USE_SYSTEM_LIB_ZLIB=1"
];
dontWrapQtApps = true;
# https://docs.mamedev.org/initialsetup/compilingmame.html
buildInputs =
[
@@ -110,6 +109,7 @@ stdenv.mkDerivation rec {
pkg-config
python3
which
wrapQtAppsHook
];
patches = [