Merge pull request #84145 from sikmir/qmapshack

qmapshack: add gdal/routino tools to PATH
This commit is contained in:
Mario Rodas 2020-05-28 22:35:34 -05:00 committed by GitHub
commit e6f442639e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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";