mame: fix debugger (#404536)
This commit is contained in:
@@ -30,6 +30,7 @@
|
|||||||
utf8proc,
|
utf8proc,
|
||||||
versionCheckHook,
|
versionCheckHook,
|
||||||
which,
|
which,
|
||||||
|
wrapQtAppsHook,
|
||||||
writeScript,
|
writeScript,
|
||||||
zlib,
|
zlib,
|
||||||
}:
|
}:
|
||||||
@@ -72,8 +73,6 @@ stdenv.mkDerivation rec {
|
|||||||
"USE_SYSTEM_LIB_ZLIB=1"
|
"USE_SYSTEM_LIB_ZLIB=1"
|
||||||
];
|
];
|
||||||
|
|
||||||
dontWrapQtApps = true;
|
|
||||||
|
|
||||||
# https://docs.mamedev.org/initialsetup/compilingmame.html
|
# https://docs.mamedev.org/initialsetup/compilingmame.html
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[
|
[
|
||||||
@@ -110,6 +109,7 @@ stdenv.mkDerivation rec {
|
|||||||
pkg-config
|
pkg-config
|
||||||
python3
|
python3
|
||||||
which
|
which
|
||||||
|
wrapQtAppsHook
|
||||||
];
|
];
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
|||||||
Reference in New Issue
Block a user