dolphin-emu: get gtk dialogs working

This commit is contained in:
david
2025-07-01 20:23:41 +02:00
parent 45f6ae858e
commit 3938d1ea8e
+8
View File
@@ -7,6 +7,7 @@
cmake,
pkg-config,
qt6,
wrapGAppsHook3,
# darwin-only
xcbuild,
@@ -77,6 +78,7 @@ stdenv.mkDerivation (finalAttrs: {
cmake
pkg-config
qt6.wrapQtAppsHook
wrapGAppsHook3
]
++ lib.optionals stdenv.hostPlatform.isDarwin [
xcbuild # for plutil
@@ -169,6 +171,12 @@ stdenv.mkDerivation (finalAttrs: {
ln -s $out/Applications/Dolphin.app/Contents/MacOS/Dolphin $out/bin
'';
dontWrapGApps = true;
preFixup = ''
qtWrapperArgs+=("''${gappsWrapperArgs[@]}")
'';
passthru = {
tests = {
version = testers.testVersion {