diff --git a/flake.lock b/flake.lock
index 89c91652fa48838850b93858629e631616991c6f..c8024da8e15c2853326335cc8d478bac8d6b5c5d 100644
--- a/flake.lock
+++ b/flake.lock
@@ -20,11 +20,11 @@ }
},
"nixpkgs": {
"locked": {
"lastModified": 1722415718,
"narHash": "sha256-5US0/pgxbMksF92k1+eOa8arJTJiPvsdZj9Dl+vJkM4=",
"lastModified": 1722926584,
"narHash": "sha256-sLA+lfCxTkXf4o3JVxcfe+w9kAzauGfEnJ9roNbNng8=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "c3392ad349a5227f4a3464dce87bcc5046692fce",
"rev": "d33cf80b603b3d0cddb48f9816cae707a59e2334",
"type": "github"
},
"original": {
diff --git a/pkgs/geospatial/mapsoft/2.nix b/pkgs/geospatial/mapsoft/2.nix
index 187b8f0288e1185662436f6eda2a14c7d44438a8..45fe71ecf249a3c4148a25a39e5df2f9bdec361a 100644
--- a/pkgs/geospatial/mapsoft/2.nix
+++ b/pkgs/geospatial/mapsoft/2.nix
@@ -65,11 +65,7 @@ "vmap_data/scripts/vmaps_wp_update"
];
in
''
${lib.concatStringsSep "\n" (
map (
file: ''substituteInPlace ${file} --subst-var out''
) srcFiles
)}
${lib.concatStringsSep "\n" (map (file: ''substituteInPlace ${file} --subst-var out'') srcFiles)}
substituteInPlace modules/getopt/Makefile --replace-fail "SCRIPT_TESTS := getopt" ""
substituteInPlace modules/opt/Makefile --replace-fail "SIMPLE_TESTS := opt" ""
application/octet-stream
This content has been proxied by September (3851b).