summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/gis
diff options
context:
space:
mode:
authorNikolay Korotkiy <sikmir@gmail.com>2020-10-06 20:28:16 +0300
committerNikolay Korotkiy <sikmir@gmail.com>2020-10-11 20:39:59 +0300
commitf637dd34f6eb956142b71261f9a53e843d148741 (patch)
treef85765d631ed2c9e3c51fe211640166e93942c84 /pkgs/applications/gis
parent24c9b05ac53e422f1af81a156f1fd58499eb27fb (diff)
openorienteering-mapper: 0.9.3 -> 0.9.4
Diffstat (limited to 'pkgs/applications/gis')
-rw-r--r--pkgs/applications/gis/openorienteering-mapper/default.nix17
1 files changed, 7 insertions, 10 deletions
diff --git a/pkgs/applications/gis/openorienteering-mapper/default.nix b/pkgs/applications/gis/openorienteering-mapper/default.nix
index 540fa2718975..45c38b3e5732 100644
--- a/pkgs/applications/gis/openorienteering-mapper/default.nix
+++ b/pkgs/applications/gis/openorienteering-mapper/default.nix
@@ -1,6 +1,7 @@
{ stdenv
, mkDerivation
, fetchFromGitHub
+, substituteAll
, gdal
, cmake
, ninja
@@ -18,7 +19,7 @@
mkDerivation rec {
pname = "OpenOrienteering-Mapper";
- version = "0.9.3";
+ version = "0.9.4";
buildInputs = [
gdal
@@ -37,18 +38,14 @@ mkDerivation rec {
owner = "OpenOrienteering";
repo = "mapper";
rev = "v${version}";
- sha256 = "05bliglpc8170px6k9lfrp9ylpnb2zf47gnjns9b2bif8dv8zq0l";
+ sha256 = "13k9dirqm74lknhr8w121zr1hjd9gm1y73cj4rrj98rx44dzmk7b";
};
- patches = [
+ patches = (substituteAll {
# See https://github.com/NixOS/nixpkgs/issues/86054
- ./fix-qttranslations-path.diff
- ];
-
- postPatch = ''
- substituteInPlace src/util/translation_util.cpp \
- --subst-var-by qttranslations ${qttranslations}
- '';
+ src = ./fix-qttranslations-path.diff;
+ inherit qttranslations;
+ });
cmakeFlags = [
# Building the manual and bundling licenses fails