spatialite_tools: move to applications/gis

This commit is contained in:
Nikolay Korotkiy 2022-09-19 10:45:09 +03:00
parent 0b8725c728
commit 5fbc12bd70
No known key found for this signature in database
GPG key ID: D1DE6D7F693663A5
2 changed files with 2 additions and 2 deletions

View file

@ -21815,8 +21815,6 @@ with pkgs;
spaceship-prompt = callPackage ../shells/zsh/spaceship-prompt {};
spatialite_tools = callPackage ../development/libraries/spatialite-tools { };
spdk = callPackage ../development/libraries/spdk { };
speechd = callPackage ../development/libraries/speechd { };
@ -26452,6 +26450,8 @@ with pkgs;
inherit (darwin.apple_sdk.frameworks) Cocoa;
};
spatialite_tools = callPackage ../applications/gis/spatialite-tools { };
udig = callPackage ../applications/gis/udig { };
whitebox-tools = callPackage ../applications/gis/whitebox-tools {