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": {

     "owner": "numtide",

     "repo": "flake-utils",

     "type": "github"

   },

   "original": {

@@ -17,11 +17,11 @@ }

 },

 "nixpkgs": {

   "locked": {

     "owner": "nixos",

     "repo": "nixpkgs",

     "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 { };

 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

Fix mismatch between the program and library build versions

 version = "3.0.5";

 src = fetchFromGitHub {

   owner = "wxWidgets";

Proxy Information
Original URL
gemini://git.sikmir.ru/nur-packages/commits/34b753cd2fd38a9331f3eaa11143c09ababe5e19.patch
Status Code
Success (20)
Meta
application/octet-stream
Capsule Response Time
136.334411 milliseconds
Gemini-to-HTML Time
2.199172 milliseconds

This content has been proxied by September (3851b).