1 { lib, stdenv, fetchFromGitHub, cmake, wrapQtAppsHook
2 , qtscript, qtwebengine, gdal, proj, routino, quazip }:
4 stdenv.mkDerivation rec {
8 src = fetchFromGitHub {
12 hash = "sha256-wqztKmaUxY3qd7IgPM7kV7x0BsrTMTX3DbcdM+lsarI=";
15 nativeBuildInputs = [ cmake wrapQtAppsHook ];
17 buildInputs = [ qtscript qtwebengine gdal proj routino quazip ];
20 "-DROUTINO_XML_PATH=${routino}/share/routino"
24 "--suffix PATH : ${lib.makeBinPath [ gdal routino ]}"
28 description = "Consumer grade GIS software";
29 homepage = "https://github.com/Maproom/qmapshack";
30 changelog = "https://github.com/Maproom/qmapshack/blob/V_${version}/changelog.txt";
31 license = licenses.gpl3Plus;
32 maintainers = with maintainers; [ dotlambda sikmir ];
33 platforms = with platforms; linux;