about summary refs log tree commit diff
path: root/pkgs/applications/gis/grass
AgeCommit message (Collapse)AuthorFilesLines
2022-01-26grass: fix build on darwinWill Cohen1-7/+16
2022-01-25qgis, qgis-ltr: only expose unwrapped via passthruWill Cohen1-1/+1
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
2021-07-03treewide: use pythonPackages.python-dateutil instead of pythonPackages.dateutilRobert Schütz1-1/+1
2021-01-27treewide: remove inherited stdenv.libBen Siraphob1-3/+1
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-16treewide: stdenv.lib -> libBen Siraphob1-5/+5
2020-09-12grass: fix libmysqlclient include pathThomas Tuegel1-1/+3
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-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-12-31treewide: NIX_*_FLAGS -> stringRobin Gloster1-1/+1
2019-12-08grass: fix mysql_config queryIzorkin1-0/+5
2019-09-22Re-Revert "Merge branch 'staging-next'"Vladimír Čunát1-4/+4
This reverts commit f8a8fc6c7c079de430fa528f688ddac781bcef16.
2019-09-21Revert "Merge branch 'staging-next'"Vladimír Čunát1-4/+4
This reverts commit 41af38f3728bd64b80721c44ed1fb019978cbc1b, reversing changes made to f0fec244ca380b9d3e617ee7b419c59758c8b0f1. Let's delay this. We have some serious regressions.
2019-09-09treewide: replace mysql.connector-c to libmysqlclientIzorkin1-4/+4
2019-07-14grass: 7.2.2 -> 7.6.1Jonathan Ringer1-12/+22
2019-04-22treewide: Change URLs to HTTPSDaniel Schaefer1-1/+1
Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them if there's actual content. Inspired by https://github.com/NixOS/nixpkgs/issues/60004
2018-06-28treewide: http -> https sources (#42676)Silvan Mosberger1-1/+1
* treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
2018-04-17grass: compile with libLASJason Hilton1-2/+4
2018-04-13grass, qgis: Add myself to maintainers listMatthew Pickering1-0/+1
2018-04-13grass: Symlink include/ as well as bin/Matthew Pickering1-0/+1
2018-04-13grass: Fix Can't load GDAL library errors on darwinMatthew Pickering1-0/+3
It is required to pass this extra flag to the build to avoid trying to dynamically load the library.
2018-03-21Remove darwin specific patchMatthew Pickering1-2/+2
2018-03-21Fix grass build on darwinMatthew Pickering2-1/+42
2017-12-29grass: 7.0.2 -> 7.2.2, fix buildRobin Gloster1-7/+9
2017-12-29grass: client -> connector-cIzorkin1-2/+5
2017-10-02Merge branch 'master' into stagingOrivej Desh1-0/+1
* master: (271 commits) pysmbc: clarify license pysmbc: fix license bazel: 0.5.4 -> 0.6.0 (#29990) googler: init at 3.3 go: declare support for aarch64 firefox-beta-bin: 56.0b5 -> 57.0b4 spotify: 1.0.64.401.g9d720389-21 -> 1.0.64.407.g9bd02c2d-26 gogs: 0.11.19 -> 0.11.29 grafana: 4.5.1 -> 4.5.2 mopidy-iris: 3.4.1 -> 3.4.9 nextcloud: 12.0.2 -> 12.0.3 haskell-json-autotype: jailbreak to fix build within LTS 9.x kore: fix up kore: init at 2.0.0 glusterfs service: fix issues with useRpcbind tig: 2.2.2 -> 2.3.0 haskell-hspec-core: enable test suite again hackage-packages.nix: automatic Haskell package set update librsvg: fix thumbnailer path awscli: 1.11.108 -> 1.11.162 ...
2017-10-01treewide: mark a bunch of failing builds as brokenRobin Gloster1-0/+1
(cherry picked from commit 23fdbaa37599f490435056b9865023870656571b) [dezgeg: Un-mark shotcut, tokei & uchiwa that do build on master]
2017-09-21misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson1-1/+2
Only acts on one-line dependency lists.
2017-01-14grass: fix buildVincent Laporte1-1/+1
2016-12-16Fiddle LD_LIBRARY_PATH to include GDALTom Hinton1-0/+1
Some GRASS functions dlopen GDAL, and don't get patched in the install. To make them work I have to export LD_LIBRARY_PATH from within grass again with pkgs.gdal/lib. Alternatively this does the trick - there might be a better way to do this, if the configure script can take the true path to gdal and reflect it in the dlopen calls or something?
2016-11-08grass: use python2Frederik Rietdijk1-3/+3
2016-10-14Python: more evaluation fixups.Vladimír Čunát1-1/+1
2016-08-07treewide: fixup various mysql ocurrences after re-splitVladimír Čunát1-2/+3
2016-04-13grass: fix buildVincent Laporte1-1/+1
2015-12-01grass: 7.0.1 -> 7.0.2Vincent Laporte1-3/+3
2015-11-09grass: 6.4.0RC6 -> 7.0.1Vincent Laporte1-0/+73