Skip to content

Commit c59f85e

Browse files
committed
spatialite_tools: rename package to spatialite-tools
1 parent d2636f9 commit c59f85e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pkgs/by-name/sp/spatialite_tools/package.nix renamed to pkgs/by-name/sp/spatialite-tools/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
readosm,
1616
sqlite,
1717
testers,
18-
spatialite_tools,
18+
spatialite-tools,
1919
}:
2020

2121
stdenv.mkDerivation rec {
@@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
5353
enableParallelBuilding = true;
5454

5555
passthru.tests.version = testers.testVersion {
56-
package = spatialite_tools;
56+
package = spatialite-tools;
5757
command = "! spatialite_tool --version";
5858
version = "${libspatialite.version}";
5959
};

pkgs/top-level/aliases.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1287,6 +1287,7 @@ mapAliases {
12871287
SPAdes = spades; # Added 2024-06-12
12881288
spark2014 = gnatprove; # Added 2024-02-25
12891289
spatialite_gui = throw "spatialite_gui has been renamed to spatialite-gui"; # Added 2025-01-12
1290+
spatialite_tools = throw "spatialite_tools has been renamed to spatialite-tools"; # Added 2025-02-06
12901291

12911292
# Added 2020-02-10
12921293
sourceHanSansPackages = {

0 commit comments

Comments
 (0)