Merge pull request #84145 from sikmir/qmapshack
qmapshack: add gdal/routino tools to PATH
This commit is contained in:
commit
e6f442639e
1 changed files with 4 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue