about summary refs log tree commit diff
path: root/pkgs/applications/gis
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2020-07-29 18:19:57 -0500
committerGitHub <noreply@github.com>2020-07-29 18:19:57 -0500
commite36b1d4ad14cca19a82d586c67a71665a5ed3830 (patch)
tree85f87780d94ba9d736866e40c2ce3b3a23b9de59 /pkgs/applications/gis
parentc2ea7318bef4f50a6d1e07b54a479698ada1e7d4 (diff)
parentb53902f535f2c63d71e916b9de22dbcfeec9d99e (diff)
Merge pull request #94090 from sikmir/fix-cmake-hook
cmake: fix CMAKE_FIND_FRAMEWORK
Diffstat (limited to 'pkgs/applications/gis')
-rw-r--r--pkgs/applications/gis/openorienteering-mapper/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/applications/gis/openorienteering-mapper/default.nix b/pkgs/applications/gis/openorienteering-mapper/default.nix
index 39f8694dd1774..540fa2718975e 100644
--- a/pkgs/applications/gis/openorienteering-mapper/default.nix
+++ b/pkgs/applications/gis/openorienteering-mapper/default.nix
@@ -56,8 +56,6 @@ mkDerivation rec {
     "-DLICENSING_PROVIDER:BOOL=OFF"
     "-DMapper_MANUAL_QTHELP:BOOL=OFF"
   ] ++ stdenv.lib.optionals stdenv.isDarwin [
-    # Usually enabled on Darwin
-    "-DCMAKE_FIND_FRAMEWORK=never"
     # FindGDAL is broken and always finds /Library/Framework unless this is
     # specified
     "-DGDAL_INCLUDE_DIR=${gdal}/include"