Commit f1eaa3de authored by Ivan Mincik's avatar Ivan Mincik
Browse files

spatialite-gui: remove obsolete darwin tweaks

parent 3264ea8b
Loading
Loading
Loading
Loading
+21 −30
Original line number Diff line number Diff line
@@ -23,9 +23,6 @@
  wxGTK,
  xz,
  zstd,
  Carbon,
  Cocoa,
  IOKit,
}:

stdenv.mkDerivation rec {
@@ -41,8 +38,7 @@ stdenv.mkDerivation rec {
    pkg-config
  ] ++ lib.optional stdenv.hostPlatform.isDarwin desktopToDarwinBundle;

  buildInputs =
    [
  buildInputs = [
    curl
    freexl
    geos
@@ -62,11 +58,6 @@ stdenv.mkDerivation rec {
    wxGTK
    xz
    zstd
    ]
    ++ lib.optionals stdenv.hostPlatform.isDarwin [
      Carbon
      Cocoa
      IOKit
  ];

  enableParallelBuilding = true;
+0 −1
Original line number Diff line number Diff line
@@ -12878,7 +12878,6 @@ with pkgs;
  qmapshack = libsForQt5.callPackage ../applications/gis/qmapshack { };
  spatialite-gui = callPackage ../by-name/sp/spatialite-gui/package.nix {
    inherit (darwin.apple_sdk.frameworks) Carbon Cocoa IOKit;
    wxGTK = wxGTK32;
  };