Unverified Commit 02daf3dc authored by Ivan Mincik's avatar Ivan Mincik Committed by GitHub
Browse files

spatialite_tools: adopt package under geospatial team (#379845)

parents 4e98e869 c59f85e6
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
  readosm,
  sqlite,
  testers,
  spatialite_tools,
  spatialite-tools,
}:

stdenv.mkDerivation rec {
@@ -53,21 +53,21 @@ stdenv.mkDerivation rec {
  enableParallelBuilding = true;

  passthru.tests.version = testers.testVersion {
    package = spatialite_tools;
    package = spatialite-tools;
    command = "! spatialite_tool --version";
    version = "${libspatialite.version}";
  };

  meta = with lib; {
  meta = {
    description = "Complete sqlite3-compatible CLI front-end for libspatialite";
    homepage = "https://www.gaia-gis.it/fossil/spatialite-tools";
    license = with licenses; [
    license = with lib.licenses; [
      mpl11
      gpl2Plus
      lgpl21Plus
    ];
    platforms = platforms.unix;
    maintainers = with maintainers; [ dotlambda ];
    platforms = lib.platforms.unix;
    maintainers = lib.teams.geospatial.members ++ (with lib.maintainers; [ dotlambda ]);
    mainProgram = "spatialite_tool";
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -1287,6 +1287,7 @@ mapAliases {
  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
  spatialite_tools = throw "spatialite_tools has been renamed to spatialite-tools"; # Added 2025-02-06

  # Added 2020-02-10
  sourceHanSansPackages = {