mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
spatialite_tools: rename package to spatialite-tools
This commit is contained in:
parent
d2636f9978
commit
c59f85e660
2 changed files with 3 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
|||
readosm,
|
||||
sqlite,
|
||||
testers,
|
||||
spatialite_tools,
|
||||
spatialite-tools,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
|
|||
enableParallelBuilding = true;
|
||||
|
||||
passthru.tests.version = testers.testVersion {
|
||||
package = spatialite_tools;
|
||||
package = spatialite-tools;
|
||||
command = "! spatialite_tool --version";
|
||||
version = "${libspatialite.version}";
|
||||
};
|
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue