diff --git a/flake.lock b/flake.lock
index 2af228a6564bd9b54a4808c5a15e4155f8c44cbd..41a47067f927a2e5dabdf67dad792b3630fb6b3e 100644
--- a/flake.lock
+++ b/flake.lock
@@ -2,11 +2,11 @@ {
"nodes": {
"flake-utils": {
"locked": {
"lastModified": 1678901627,
"narHash": "sha256-U02riOqrKKzwjsxc/400XnElV+UtPUQWpANPlyazjH0=",
"lastModified": 1680776469,
"narHash": "sha256-3CXUDK/3q/kieWtdsYpDOBJw3Gw4Af6x+2EiSnIkNQw=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "93a2b84fc4b70d9e089d029deacc3583435c2ed6",
"rev": "411e8764155aa9354dbcd6d5faaeb97e9e3dce24",
"type": "github"
},
"original": {
@@ -17,11 +17,11 @@ }
},
"nixpkgs": {
"locked": {
"lastModified": 1680273054,
"narHash": "sha256-Bs6/5LpvYp379qVqGt9mXxxx9GSE789k3oFc+OAL07M=",
"lastModified": 1680728981,
"narHash": "sha256-ZhsViPJJvET7iLyD9ey63q6GwPKquDqIbOn2letvb/A=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "3364b5b117f65fe1ce65a3cdd5612a078a3b31e3",
"rev": "38263d02cf3a22e011e137b8f67cdf8419f28015",
"type": "github"
},
"original": {
diff --git a/pkgs/default.nix b/pkgs/default.nix
index 1a4c908370b3e612c4b37ff2f2ea6b5b59f5be9f..5560e5c2aeba293d39230f3c27f8ea6d3678cb60 100644
--- a/pkgs/default.nix
+++ b/pkgs/default.nix
@@ -213,7 +213,9 @@ polyvectorization = libsForQt5.callPackage ./geospatial/polyvectorization { };
py-staticmaps = callPackage ./geospatial/py-staticmaps { };
pysheds = callPackage ./geospatial/pysheds { };
pystac = callPackage ./geospatial/pystac { };
wxGTK = pkgs.wxGTK32;
rio-cogeo = callPackage ./geospatial/rio-cogeo { };
rio-color = callPackage ./geospatial/rio-color { };
rio-mbtiles = callPackage ./geospatial/rio-mbtiles { };
diff --git a/pkgs/geospatial/render_geojson/default.nix b/pkgs/geospatial/render_geojson/default.nix
index 987f2a49859972a1fadf3456e8e9371f10754974..f3fa68e8880faf5b99fd85cdfdcc243b6f620cec 100644
--- a/pkgs/geospatial/render_geojson/default.nix
+++ b/pkgs/geospatial/render_geojson/default.nix
@@ -1,4 +1,4 @@
-{ lib, stdenv, fetchFromGitHub, autoreconfHook, wxGTK30 }:
+{ lib, stdenv, fetchFromGitHub, autoreconfHook, wxGTK }:
stdenv.mkDerivation (finalAttrs: {
pname = "render_geojson";
@@ -13,7 +13,7 @@ };
nativeBuildInputs = [ autoreconfHook ];
meta = with lib; {
description = "C++ geoJSON and topoJSON parser and rendering using the WxWidgets GUI library";
diff --git a/pkgs/geospatial/tdh/base.nix b/pkgs/geospatial/tdh/base.nix
index 43af0397165b5bf30d22507af6a190e50a8b0a81..f1893e2ac7214df38edd9b15c30dce18e62d4c93 100644
--- a/pkgs/geospatial/tdh/base.nix
+++ b/pkgs/geospatial/tdh/base.nix
@@ -67,5 +67,6 @@ license = licenses.cc-by-nc-sa-40;
maintainers = with maintainers; [ sikmir ];
platforms = [ "x86_64-linux" ];
skip.ci = true;
};
}
diff --git a/pkgs/geospatial/tdh/default.nix b/pkgs/geospatial/tdh/default.nix
index a3c99fc91069bf627d27b1e8a2a3f180e47b34e3..3bca17521f0e00f0b71e63af2642cf77364caad0 100644
--- a/pkgs/geospatial/tdh/default.nix
+++ b/pkgs/geospatial/tdh/default.nix
@@ -1,7 +1,7 @@
-{ callPackage, fetchFromGitHub, wxGTK30, gcc8Stdenv }:
+{ callPackage, fetchFromGitHub, wxGTK, gcc8Stdenv }:
let
version = "3.0.5";
src = fetchFromGitHub {
owner = "wxWidgets";
application/octet-stream
This content has been proxied by September (3851b).