summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/gis
AgeCommit message (Collapse)Author
2020-12-23qgis: 3.10.11 → 3.10.13, mark unbrokenNikolay Korotkiy
2020-12-14Merge pull request #106809 from sikmir/sagaPavol Rusnak
saga: 7.8.1 → 7.8.2
2020-12-13saga: 7.8.1 → 7.8.2Nikolay Korotkiy
2020-12-11qmapshack: 1.15.1 -> 1.15.2R. RyanTM
2020-11-30tree-wide: do not use pkgs.extend in nixpkgszimbatm
Each invocation of pkgs.extends adds 130MB of allocation to the hydra evaluator. We are already struggling with the amount of memory nixpkgs requires. `pkgs.extend` is a useful escape-hatch, but should be not be used inside of nixpkgs directly.
2020-11-29zombietrackergps: 1.01 → 1.03Nikolay Korotkiy
2020-11-27qmapshack: 1.15.0 → 1.15.1Nikolay Korotkiy
2020-11-24Merge pull request #102741 from sikmir/whiteboxSandro
whitebox-tools: 1.3.0 → 1.4.0
2020-11-20saga: 7.7.0 -> 7.8.1freezeboy
* Remove obsolete patches (merged into this release) * rewrite without stdenv
2020-11-09qgis: 3.10.10 -> 3.10.11Lancelot SIX
2020-11-04whitebox-tools: 1.3.0 → 1.4.0Nikolay Korotkiy
2020-10-13Merge master into staging-nextFrederik Rietdijk
2020-10-11openorienteering-mapper: 0.9.3 -> 0.9.4Nikolay Korotkiy
2020-10-11Merge branch 'master' into staging-nextJan Tojnar
2020-10-10zombietrackergps: init at 1.01sohalt
2020-10-10Merge branch 'master' into staging-nextVladimír Čunát
Quite many rebuilds from master: > Estimating rebuild amount by counting changed Hydra jobs. > 3926 x86_64-darwin > 4645 x86_64-linux
2020-10-08qgis: 3.10.9 -> 3.10.10Frederik Rietdijk
2020-09-20Merge branch 'staging-next' into stagingWORLDofPEACE
2020-09-15saga: use proj 6Vincent Laporte
2020-09-12grass: fix libmysqlclient include pathThomas Tuegel
2020-09-06Merge master into staging-nextFrederik Rietdijk
2020-09-04gmt: 6.1.0 -> 6.1.1R. RyanTM
2020-08-29cmake: fix CMAKE_FIND_FRAMEWORKNikolay Korotkiy
2020-08-28qgis: 3.10.7 -> 3.10.9Lancelot SIX
2020-08-24gmt: use pname instead of namelassulus
2020-08-24Merge pull request #88837 from tviti/gmtLassulus
gmt: init at 6.1.0
2020-08-22gmt: init at 6.1.0Taylor Viti
2020-08-16Merge pull request #94619 from doronbehar/saga-opencv4Michael Raskin
saga: 7.6.3 -> 7.7.0
2020-08-16buildRustPackage: remove platform.all from packageszowoq
2020-08-08saga: 7.6.3 -> 7.7.0Doron Behar
Other changes include: - Reformat inputs and arguments to drv. - Use autoreconfHook as upstream's generated ./configure has proved to be not reliable (it didn't detect properly missing deps). - Add many more dependencies that were detected now with autoreconfHook. - Upgrade gui dep to wxGTK31-gtk3. - Upgrade opencv dep to opencv4.
2020-07-29Revert "Merge pull request #94090 from sikmir/fix-cmake-hook"Matthew Bauer
This reverts commit e36b1d4ad14cca19a82d586c67a71665a5ed3830, reversing changes made to c2ea7318bef4f50a6d1e07b54a479698ada1e7d4. Should go to staging.
2020-07-28cmake: fix CMAKE_FIND_FRAMEWORKNikolay Korotkiy
2020-06-22qgis: 3.10.4 -> 3.10.7Lancelot SIX
2020-06-18whitebox-tools: 1.2.0 -> 1.3.0Nikolay Korotkiy
2020-06-12treewide: use ffmpeg_3 explicitly if not wanted otherwiseDoron Behar
After making `ffmpeg` point to the latest `ffmpeg_4`, all packages that used `ffmpeg` without requiring a specific version now use ffmpeg_3 explicitly so they shouldn't change.
2020-06-03Merge pull request #87950 from sikmir/mapperBenjamin Hipple
openorienteering-mapper: 0.9.2 -> 0.9.3
2020-05-27saga: 7.6.2 -> 7.6.3R. RyanTM
2020-05-16openorienteering-mapper: 0.9.2 -> 0.9.3Nikolay Korotkiy
2020-05-05saga: explicitly use opencv2Doron Behar
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2020-04-07saga: 7.6.1 -> 7.6.2R. RyanTM
2020-03-24qgis: 3.10.1 -> 3.10.4Lancelot SIX
2020-03-17Merge pull request #82717 from r-ryantm/auto-update/sagaMario Rodas
saga: 7.5.0 -> 7.6.1
2020-03-16saga: 7.5.0 -> 7.6.1R. RyanTM
2020-03-15openorienteering-mapper: 0.9.1 -> 0.9.2Nikolay Korotkiy
2020-02-28whitebox-tools: upgrade cargo fetcher and cargoSha256Benjamin Hipple
Infra upgrade as part of #79975; no functional change expected.
2020-02-22whitebox-tools: 0.16.0 -> 1.2.0Maxim Krivchikov
2020-02-13treewide: change fetchCargoTarball default to opt-outBenjamin Hipple
Changes the default fetcher in the Rust Platform to be the newer `fetchCargoTarball`, and changes every application using the current default to instead opt out. This commit does not change any hashes or cause any rebuilds. Once integrated, we will start deleting the opt-outs and recomputing hashes. See #79975 for details.
2020-02-10saga: 7.3.0 -> 7.5.0R. RyanTM
2019-12-31treewide: NIX_*_FLAGS -> stringRobin Gloster