mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 18:37:04 +03:00
Merge pull request #84145 from sikmir/qmapshack
qmapshack: add gdal/routino tools to PATH
This commit is contained in:
commit
e6f442639e
@ -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 New Issue
Block a user