commit c63a9378203e0d6f629ee7e789a463707f5ba17e
parent 4954eb4de45c2d09330be4e9e99763f5017e4c9e
Author: Nikolay Korotkiy <sikmir@gmail.com>
Date:   Thu, 30 Jul 2020 20:24:54 +0300
openorienteering-mapper: remove CMAKE_FIND_FRAMEWORK flag
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/pkgs/applications/openorienteering-mapper/default.nix b/pkgs/applications/openorienteering-mapper/default.nix
@@ -57,8 +57,6 @@ mkDerivation {
     "-DMapper_MANUAL_QTHELP:BOOL=OFF"
     "-DMapper_VERSION_DISPLAY=${version}"
   ] ++ 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"