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;