diff --git a/pkgs/applications/openorienteering-mapper/default.nix b/pkgs/applications/openorienteering-mapper/default.nix

index 8174eda814419d9276997e7d6a27166a82ee13cd..857bbd3a5cf6dc978311063723a46a12c31f3a63 100644

--- a/pkgs/applications/openorienteering-mapper/default.nix

+++ b/pkgs/applications/openorienteering-mapper/default.nix

@@ -1,4 +1,5 @@

{ stdenv

+, mkDerivation

, lib

, gdal

, cmake

@@ -6,7 +7,6 @@ , ninja

, proj

, clipper

, zlib

-, qtbase

, qttools

, qtlocation

, qtsensors

@@ -18,7 +18,7 @@ , qtimageformats

, sources

}:

-stdenv.mkDerivation rec {

+mkDerivation rec {

pname = "OpenOrienteering-Mapper";

version = lib.substring 0 7 src.rev;

src = sources.mapper;

@@ -30,19 +30,16 @@ ];

buildInputs = [

 gdal

 qtlocation

 qtimageformats

 qtsensors

 clipper

 zlib

 proj

 cups

];

postPatch = ''

 substituteInPlace src/util/translation_util.cpp \

@@ -51,24 +48,23 @@ '';

cmakeFlags = [

 # Building the manual and bundling licenses fails

 "-DLICENSING_PROVIDER:BOOL=OFF"

 "-DMapper_MANUAL_QTHELP:BOOL=OFF"

postInstall = lib.optionalString stdenv.isDarwin ''

 mkdir -p $out/Applications

Proxy Information
Original URL
gemini://git.sikmir.ru/nur-packages/commits/a42c03ba84678353e457845fbbd9833297f5ec00.patch
Status Code
Success (20)
Meta
application/octet-stream
Capsule Response Time
135.721273 milliseconds
Gemini-to-HTML Time
1.598388 milliseconds

This content has been proxied by September (3851b).