diff --git a/pkgs/geospatial/mapsoft/2.nix b/pkgs/geospatial/mapsoft/2.nix
index a492827b577a9d39b55f5dcbedc84eeb6a3c62c7..7a2ad2bf81e3615aaea3b630a80ec607b6d9bc66 100644
--- a/pkgs/geospatial/mapsoft/2.nix
+++ b/pkgs/geospatial/mapsoft/2.nix
@@ -26,13 +26,13 @@ }:
stdenv.mkDerivation (finalAttrs: {
pname = "mapsoft2";
src = fetchFromGitHub {
owner = "slazav";
repo = "mapsoft2";
rev = "${finalAttrs.version}-alt1";
fetchSubmodules = true;
};
@@ -54,6 +54,10 @@ substituteInPlace vmap_data/scripts/vmaps_out --replace "vmaps.sh" "$out/bin/vmaps.sh"
substituteInPlace vmap_data/scripts/vmaps_get_fig --replace "vmaps.sh" "$out/bin/vmaps.sh"
substituteInPlace vmap_data/scripts/vmaps_in --replace "vmaps.sh" "$out/bin/vmaps.sh"
substituteInPlace vmap_data/scripts/vmaps.sh --replace "/usr" "$out"
--replace "PROJ_AT_LEAST_VERSION(9, 2, 1)" "PROJ_AT_LEAST_VERSION(9, 2, 0)"
'';
nativeBuildInputs = [
application/octet-stream
This content has been proxied by September (3851b).