Merge pull request #195007 from wegank/spatialite-gui-wxgtk
This commit is contained in:
commit
651b29818c
2 changed files with 3 additions and 4 deletions
|
@ -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;
|
||||
|
||||
|
|
|
@ -26763,7 +26763,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 a new issue