Unverified Commit c6ce0895 authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

spatialite-gui: rename package and move to pkgs/by-name (#373423)

parents 469f961f f1eaa3de
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;
+1 −0
Original line number Diff line number Diff line
@@ -1228,6 +1228,7 @@ mapAliases {
  SP800-90B_EntropyAssessment = sp800-90b-entropyassessment; # Added on 2024-06-12
  SPAdes = spades; # Added 2024-06-12
  spark2014 = gnatprove; # Added 2024-02-25
  spatialite_gui = throw "spatialite_gui has been renamed to spatialite-gui"; # Added 2025-01-12

  # Added 2020-02-10
  sourceHanSansPackages = {
+1 −2
Original line number Diff line number Diff line
@@ -12864,8 +12864,7 @@ with pkgs;
  qmapshack = libsForQt5.callPackage ../applications/gis/qmapshack { };
  spatialite_gui = callPackage ../applications/gis/spatialite-gui {
    inherit (darwin.apple_sdk.frameworks) Carbon Cocoa IOKit;
  spatialite-gui = callPackage ../by-name/sp/spatialite-gui/package.nix {
    wxGTK = wxGTK32;
  };