about summary refs log tree commit diff
path: root/pkgs/applications/gis
AgeCommit message (Collapse)AuthorFilesLines
2022-09-19spatialite_tools: move to applications/gisNikolay Korotkiy1-0/+59
2022-08-27Merge pull request #186564 from Artturin/crossevalfixesArtturi1-2/+2
Fixes for cross-compilation
2022-08-21qgis-ltr: 3.22.9 → 3.22.10Nikolay Korotkiy1-2/+2
2022-08-21qgis: 3.26.1 → 3.26.2Nikolay Korotkiy1-2/+2
2022-08-16Merge pull request #174538 from r-ryantm/auto-update/dcw-gmtChristian Kögler1-2/+2
dcw-gmt: 2.1.0 -> 2.1.1
2022-08-16treewide: makeWrapper buildInputs to nativeBuildInputsArtturin1-2/+2
most found with https://github.com/siraben/nix-lint
2022-08-06qgis, qgis-ltr: fix buildThomas Watson3-26/+97
A recent upgrade to PyQt5 broke the build due to incompatibilities with SIP < 5. Upstream QGIS has supported SIP >= 5 for a while now so this patch corrects the issue by using the latest SIP and adding the necessary dependencies. The logic to find the PyQt5 libraries and SIP files is different for SIP >= 5, so a patch is included to correctly supply them. This also adds wrapGAppsHook to prevent opening file dialogs from crashing on non-NixOS distributions.
2022-07-19grass: 8.0.1 -> 8.2.0Will Cohen1-2/+2
2022-07-18Merge master into staging-nextgithub-actions[bot]2-4/+4
2022-07-18qgis-ltr: 3.22.8 → 3.22.9Nikolay Korotkiy1-2/+2
2022-07-18qgis: 3.26.0 → 3.26.1Nikolay Korotkiy1-2/+2
2022-07-07dcw-gmt: 2.1.0 -> 2.1.1R. Ryantm1-2/+2
2022-07-04treewide: Stop setting CMAKE_SKIP_BUILD_RPATH=OFFJosef Kemetmüller2-2/+0
This is now the new default and thus doesn't need to be set manually anymore.
2022-06-25gmt: 6.3.0 -> 6.4.0R. Ryantm1-2/+2
2022-06-23treewide/applications: add `sourceType` `binaryNativeCode` for many packagesRobert Scott1-0/+1
2022-06-23qgis-ltr: 3.22.6 -> 3.22.8Will Cohen1-2/+2
2022-06-23qgis: 3.24.2 -> 3.26.0Will Cohen1-2/+2
2022-06-09whitebox-tools: use SRI hash formatAndersonTorres1-6/+14
2022-06-09udig: use SRI hash formatAndersonTorres1-2/+2
2022-06-09openorienteering-mapper: use SRI hash formatAndersonTorres1-29/+32
2022-05-29treewide: pkgs/applications: mark broken for darwinRick van Schijndel1-0/+1
2022-05-03qgis-ltr: 3.22.5 -> 3.22.6Will Cohen1-2/+2
2022-05-03qgis: 3.24.1 -> 3.24.2Will Cohen1-2/+2
2022-04-28grass: add willcohen to maintainersWill Cohen1-1/+1
2022-04-28grass: 7.8.6 -> 8.0.1Will Cohen1-35/+9
2022-03-24Merge pull request #165303 from Stunkymonkey/treewide-pname-version-18Ben Siraphob1-1/+1
2022-03-23treewide: rename name to pname&versionFelix Buehler1-1/+1
2022-03-22qgis: 3.24.0 -> 3.24.1Will Cohen1-2/+2
2022-03-22qgis-ltr: 3.22.4 -> 3.22.5Will Cohen1-2/+2
2022-02-27qgis-ltr: add willcohen to maintainersWill Cohen1-1/+1
2022-02-27qgis: add willcohen to maintainersWill Cohen1-1/+1
2022-02-27qgis-ltr: 3.16.16 -> 3.22.4Will Cohen1-6/+11
2022-02-27qgis: 3.22.3 -> 3.24.0Will Cohen1-2/+2
2022-02-12dcw-gmt: 2.0.2 -> 2.1.0R. Ryantm1-2/+2
2022-02-11gmt: 6.2.0 -> 6.3.0R. RyanTM1-2/+2
(#149186)
2022-01-26grass: fix build on darwinWill Cohen1-7/+16
2022-01-25qgis-ltr: 3.16.14 -> 3.16.16Will Cohen1-2/+2
2022-01-25qgis: 3.22.1 -> 3.22.3Will Cohen1-2/+2
2022-01-25qgis, qgis-ltr: only expose unwrapped via passthruWill Cohen3-5/+17
2022-01-25qgis, pyqt: introduce qgis-ltr and update qgisMatthew Pickering4-13/+208
Add qtlocation to pyqt, and ensure that it is included with both qgis derivations.
2022-01-25qgis: enable 3D, grassMatthew Pickering2-3/+7
Grass is a runtime dependency which qgis attempts to find on the path. 3D is on by default with normal distributions so we should also enable it.
2022-01-25grass: wrap grass with wrapGAppsHookMatthew Pickering1-2/+2
2022-01-25grass: Add pdal dep and missing feature flagsMatthew Pickering1-2/+6
This is used for processing lidar point clouds.
2022-01-25grass: 7.6.1 -> 7.8.6Matthew Pickering1-13/+14
2022-01-09zombietrackergps: 1.03 → 1.10Nikolay Korotkiy1-5/+15
2022-01-05qgis: update QSCI_SIP_DIR locationWill Cohen1-1/+1
2021-12-31dcw-gmt: 2.0.1 -> 2.0.2R. Ryantm1-2/+2
2021-12-12Merge pull request #150287 from mpickering/whitebox-toolsThiago Kenji Okada2-4/+586
whitebox-tools: 1.4.0 -> 2.0.0
2021-12-11whitebox-tools: 1.4.0 -> 2.0.0Matthew Pickering2-4/+586
2021-12-11dcw-gmt: 1.1.4 -> 2.0.1R. Ryantm1-2/+2