saga: fix darwin build (#448081)

authored by Ben Siraphob and committed by GitHub 92c2d89b 0ae547b1

Changed files
+6
pkgs
by-name
sa
+6
pkgs/by-name/sa/saga/package.nix
··· 5 5 # native 6 6 cmake, 7 7 desktopToDarwinBundle, 8 + dos2unix, 8 9 pkg-config, 9 10 wrapGAppsHook3, 10 11 # not native ··· 42 43 43 44 sourceRoot = "saga-${version}/saga-gis"; 44 45 46 + postPatch = '' 47 + dos2unix src/saga_core/saga_gui/res/org.saga_gis.saga_gui.desktop 48 + ''; 49 + 45 50 nativeBuildInputs = [ 46 51 cmake 52 + dos2unix 47 53 wrapGAppsHook3 48 54 pkg-config 49 55 ]