spatialite_gui: migrate to wxGTK32

This commit is contained in:
Weijia Wang 2022-10-11 14:28:20 +02:00
parent d5af38887f
commit 8f31bb2012
2 changed files with 3 additions and 4 deletions

View file

@ -20,7 +20,6 @@
, sqlite
, virtualpg
, wxGTK
, wxmac
, xz
, zstd
, Carbon
@ -57,10 +56,10 @@ stdenv.mkDerivation rec {
proj
sqlite
virtualpg
wxGTK
xz
zstd
] ++ lib.optional stdenv.isLinux wxGTK
++ lib.optionals stdenv.isDarwin [ Carbon Cocoa IOKit wxmac ];
] ++ lib.optionals stdenv.isDarwin [ Carbon Cocoa IOKit ];
enableParallelBuilding = true;

View file

@ -26751,7 +26751,7 @@ with pkgs;
spatialite_gui = callPackage ../applications/gis/spatialite-gui {
inherit (darwin.apple_sdk.frameworks) Carbon Cocoa IOKit;
wxGTK = wxGTK30-gtk3;
wxGTK = wxGTK32;
};
spatialite_tools = callPackage ../applications/gis/spatialite-tools { };