Skip to content

Commit

Permalink
saga: fix crash when displaying file picker
Browse files Browse the repository at this point in the history
  • Loading branch information
autra committed Oct 4, 2024
1 parent 4ee0136 commit 908190b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/by-name/sa/saga/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
cmake,
desktopToDarwinBundle,
pkg-config,
wrapGAppsHook3,
# not native
gdal,
wxGTK32,
Expand Down Expand Up @@ -44,6 +45,7 @@ stdenv.mkDerivation rec {

nativeBuildInputs = [
cmake
wrapGAppsHook3
pkg-config
] ++ lib.optional stdenv.hostPlatform.isDarwin desktopToDarwinBundle;

Expand Down

0 comments on commit 908190b

Please sign in to comment.