15 stdenv.mkDerivation rec {
19 src = fetchFromGitHub {
23 hash = "sha256-wqztKmaUxY3qd7IgPM7kV7x0BsrTMTX3DbcdM+lsarI=";
41 "-DROUTINO_XML_PATH=${routino}/share/routino"
54 description = "Consumer grade GIS software";
55 homepage = "https://github.com/Maproom/qmapshack";
56 changelog = "https://github.com/Maproom/qmapshack/blob/V_${version}/changelog.txt";
57 license = licenses.gpl3Plus;
58 maintainers = with maintainers; [
62 platforms = with platforms; linux;