mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 02:55:39 +00:00
spatialite_gui: migrate to wxGTK32
This commit is contained in:
parent
d5af38887f
commit
8f31bb2012
@ -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;
|
||||
|
||||
|
@ -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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user