summary refs log tree commit diff
path: root/pkgs/applications/gis/openorienteering-mapper
diff options
context:
space:
mode:
authorNikolay Korotkiy <sikmir@gmail.com>2019-09-09 00:48:51 +0300
committerJon <jonringer@users.noreply.github.com>2019-10-23 13:31:47 -0700
commitf6b8a4d7efc3691deccd8fd9d4c7a962dd619d20 (patch)
treeda1d3e8f0ff344ee893a959908ee544afbdbdd16 /pkgs/applications/gis/openorienteering-mapper
parent9d6ae1673431bb677752c093cefc48b900f76046 (diff)
openorienteering-mapper: 0.8.4 -> 0.9.0
Diffstat (limited to 'pkgs/applications/gis/openorienteering-mapper')
-rw-r--r--pkgs/applications/gis/openorienteering-mapper/default.nix9
1 files changed, 3 insertions, 6 deletions
diff --git a/pkgs/applications/gis/openorienteering-mapper/default.nix b/pkgs/applications/gis/openorienteering-mapper/default.nix
index 244f37b10dfff..82c625310e7a2 100644
--- a/pkgs/applications/gis/openorienteering-mapper/default.nix
+++ b/pkgs/applications/gis/openorienteering-mapper/default.nix
@@ -4,7 +4,7 @@
 
 stdenv.mkDerivation rec {
   pname = "OpenOrienteering-Mapper";
-  version = "0.8.4";
+  version = "0.9.0";
 
   buildInputs = [ gdal qtbase qttools qtlocation qtimageformats
                   qtsensors clipper zlib proj doxygen cups];
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
     owner = "OpenOrienteering";
     repo = "mapper";
     rev = "v${version}";
-    sha256 = "0rw34kp2vd1la97vnk9plwvis6lvyib2bvs7lgkhpnm4p5l7dp1g";
+    sha256 = "0wnxj2xf529941dwss6ygb1krfx18lzl6rf67060b0zndc7n6l8f";
   };
 
   cmakeFlags =
@@ -40,9 +40,6 @@ stdenv.mkDerivation rec {
     "-DMapper_PACKAGE_GDAL=0"
     ]);
 
-  # Needs to be available when proj_api.h gets evaluted by CPP
-  NIX_CFLAGS_COMPILE = [ "-DACCEPT_USE_OF_DEPRECATED_PROJ_API_H" ];
-
   postInstall =
     stdenv.lib.optionalString stdenv.isDarwin ''
     # Fixes "This application failed to start because it could not find or load the Qt
@@ -60,6 +57,6 @@ stdenv.mkDerivation rec {
     homepage = https://www.openorienteering.org/apps/mapper/;
     license = licenses.gpl3;
     platforms = with platforms; linux ++ darwin;
-    maintainers = with maintainers; [mpickering];
+    maintainers = with maintainers; [ mpickering sikmir ];
   };
 }