about summary refs log tree commit diff
path: root/pkgs/applications/gis
AgeCommit message (Collapse)AuthorFilesLines
2021-04-04lzma: deprecate aliasSandro Jäckel1-2/+2
2021-03-25Merge pull request #116169 from sikmir/oomapperSandro1-8/+17
openorienteering-mapper: 0.9.4 → 0.9.5
2021-03-14openorienteering-mapper: 0.9.4 → 0.9.5Nikolay Korotkiy1-8/+17
2021-03-09saga: 7.8.2 -> 7.9.0R. RyanTM1-2/+2
2021-01-27treewide: remove inherited stdenv.libBen Siraphob1-3/+1
2021-01-19Merge pull request #101520 from sikmir/udigSandro1-0/+66
udig: init at 2.0.0
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-2/+2
continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
2021-01-19udig: init at 2.0.0Nikolay Korotkiy1-0/+66
2021-01-16treewide: stdenv.lib -> libBen Siraphob3-7/+7
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch5-10/+10
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-12-23qgis: 3.10.11 → 3.10.13, mark unbrokenNikolay Korotkiy1-12/+13
2020-12-14Merge pull request #106809 from sikmir/sagaPavol Rusnak1-3/+3
saga: 7.8.1 → 7.8.2
2020-12-13saga: 7.8.1 → 7.8.2Nikolay Korotkiy1-3/+3
2020-12-11qmapshack: 1.15.1 -> 1.15.2R. RyanTM1-2/+2
2020-11-30tree-wide: do not use pkgs.extend in nixpkgszimbatm1-0/+3
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 Korotkiy1-5/+4
2020-11-27qmapshack: 1.15.0 → 1.15.1Nikolay Korotkiy1-0/+41
2020-11-24Merge pull request #102741 from sikmir/whiteboxSandro1-5/+5
whitebox-tools: 1.3.0 → 1.4.0
2020-11-20saga: 7.7.0 -> 7.8.1freezeboy4-58/+9
* Remove obsolete patches (merged into this release) * rewrite without stdenv
2020-11-09qgis: 3.10.10 -> 3.10.11Lancelot SIX1-2/+2
2020-11-04whitebox-tools: 1.3.0 → 1.4.0Nikolay Korotkiy1-5/+5
2020-10-13Merge master into staging-nextFrederik Rietdijk1-10/+7
2020-10-11openorienteering-mapper: 0.9.3 -> 0.9.4Nikolay Korotkiy1-10/+7
2020-10-11Merge branch 'master' into staging-nextJan Tojnar1-0/+57
2020-10-10zombietrackergps: init at 1.01sohalt1-0/+57
2020-10-10Merge branch 'master' into staging-nextVladimír Čunát1-2/+2
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 Rietdijk1-2/+2
2020-09-20Merge branch 'staging-next' into stagingWORLDofPEACE1-2/+2
2020-09-15saga: use proj 6Vincent Laporte1-2/+2
2020-09-12grass: fix libmysqlclient include pathThomas Tuegel1-1/+3
2020-09-06Merge master into staging-nextFrederik Rietdijk1-2/+2
2020-09-04gmt: 6.1.0 -> 6.1.1R. RyanTM1-2/+2
2020-08-29cmake: fix CMAKE_FIND_FRAMEWORKNikolay Korotkiy1-2/+0
2020-08-28qgis: 3.10.7 -> 3.10.9Lancelot SIX1-2/+2
2020-08-24gmt: use pname instead of namelassulus2-2/+2
2020-08-24Merge pull request #88837 from tviti/gmtLassulus3-0/+136
gmt: init at 6.1.0
2020-08-22gmt: init at 6.1.0Taylor Viti3-0/+136
2020-08-16Merge pull request #94619 from doronbehar/saga-opencv4Michael Raskin2-14/+91
saga: 7.6.3 -> 7.7.0
2020-08-16buildRustPackage: remove platform.all from packageszowoq1-1/+0
2020-08-08saga: 7.6.3 -> 7.7.0Doron Behar2-14/+91
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 Bauer1-0/+2
This reverts commit e36b1d4ad14cca19a82d586c67a71665a5ed3830, reversing changes made to c2ea7318bef4f50a6d1e07b54a479698ada1e7d4. Should go to staging.
2020-07-28cmake: fix CMAKE_FIND_FRAMEWORKNikolay Korotkiy1-2/+0
2020-06-22qgis: 3.10.4 -> 3.10.7Lancelot SIX1-2/+2
2020-06-18whitebox-tools: 1.2.0 -> 1.3.0Nikolay Korotkiy1-7/+4
2020-06-12treewide: use ffmpeg_3 explicitly if not wanted otherwiseDoron Behar1-2/+2
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 Hipple2-19/+63
openorienteering-mapper: 0.9.2 -> 0.9.3
2020-05-27saga: 7.6.2 -> 7.6.3R. RyanTM1-3/+3
2020-05-16openorienteering-mapper: 0.9.2 -> 0.9.3Nikolay Korotkiy2-19/+63
2020-05-05saga: explicitly use opencv2Doron Behar1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly3-3/+3