saga: fix darwin build

This commit is contained in:
Nikolay Korotkiy
2025-10-03 01:30:54 +04:00
parent da141c5ae1
commit b50862fe8d
+6
View File
@@ -5,6 +5,7 @@
# native
cmake,
desktopToDarwinBundle,
dos2unix,
pkg-config,
wrapGAppsHook3,
# not native
@@ -42,8 +43,13 @@ stdenv.mkDerivation rec {
sourceRoot = "saga-${version}/saga-gis";
postPatch = ''
dos2unix src/saga_core/saga_gui/res/org.saga_gis.saga_gui.desktop
'';
nativeBuildInputs = [
cmake
dos2unix
wrapGAppsHook3
pkg-config
]