Commit 908190b8 authored by Augustin Trancart's avatar Augustin Trancart
Browse files

saga: fix crash when displaying file picker

parent 4ee01360
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;