From 908190b81f2d438ad9857bbcc5533cc3d1243c7b Mon Sep 17 00:00:00 2001 From: Augustin Trancart Date: Fri, 4 Oct 2024 12:52:41 +0200 Subject: [PATCH] saga: fix crash when displaying file picker --- pkgs/by-name/sa/saga/package.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/by-name/sa/saga/package.nix b/pkgs/by-name/sa/saga/package.nix index 57f0665527dc2..ee6806db3b57d 100644 --- a/pkgs/by-name/sa/saga/package.nix +++ b/pkgs/by-name/sa/saga/package.nix @@ -6,6 +6,7 @@ cmake, desktopToDarwinBundle, pkg-config, + wrapGAppsHook3, # not native gdal, wxGTK32, @@ -44,6 +45,7 @@ stdenv.mkDerivation rec { nativeBuildInputs = [ cmake + wrapGAppsHook3 pkg-config ] ++ lib.optional stdenv.hostPlatform.isDarwin desktopToDarwinBundle;