ryubing: fix filepicker crash (#435043)

This commit is contained in:
dish
2025-08-20 09:57:58 -04:00
committed by GitHub
+11 -4
View File
@@ -26,6 +26,8 @@
udev,
SDL2,
SDL2_mixer,
gtk3,
wrapGAppsHook3,
}:
buildDotnetModule rec {
@@ -40,10 +42,14 @@ buildDotnetModule rec {
hash = "sha256-6BCDFd0nU96OgI5lqf4fbyNkG4PS5P4raHVbvBAhB5A=";
};
nativeBuildInputs = lib.optional stdenv.hostPlatform.isDarwin [
cctools
darwin.sigtool
];
nativeBuildInputs =
lib.optional stdenv.hostPlatform.isLinux [
wrapGAppsHook3
]
++ lib.optional stdenv.hostPlatform.isDarwin [
cctools
darwin.sigtool
];
enableParallelBuilding = false;
@@ -70,6 +76,7 @@ buildDotnetModule rec {
libXext
libXi
libXrandr
gtk3
# Headless executable
libGL