qmapshack: add gdal/routino tools to PATH

This commit is contained in:
Nikolay Korotkiy 2020-04-03 03:35:10 +03:00
parent 1c8118caac
commit 798157b443
No known key found for this signature in database
GPG Key ID: D1DE6D7F693663A5

View File

@ -29,6 +29,10 @@ mkDerivation rec {
"${src}/FindQuaZip5.patch"
];
qtWrapperArgs = [
"--suffix PATH : ${lib.makeBinPath [ gdal routino ]}"
];
meta = with lib; {
homepage = "https://github.com/Maproom/qmapshack";
description = "Consumer grade GIS software";