summary refs log tree commit diff
path: root/pkgs/development/libraries/geos
Commit message (Collapse)AuthorAge
* geos: remove unnecessary python dependencyBruce Toll2021-05-11
| | | | | | The python bindings were removed in versions starting with 3.9.0. See: https://git.osgeo.org/gitea/geos/geos/pulls/111
* geos: 3.9.0 -> 3.9.1Fabian Affolter2021-02-27
|
* geos: 3.8.1 -> 3.9.0R. RyanTM2021-01-29
|
* pkgs/development/libraries: stdenv.lib -> libBen Siraphob2021-01-21
|
* geos: fix build on 32-bit ARMBen Wolsieffer2020-08-12
|
* geos: 3.8.0 -> 3.8.1R. RyanTM2020-05-05
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* geos: fix homepageMarkus Kowalewski2019-12-07
|
* geos: 3.7.3 -> 3.8.0R. RyanTM2019-10-21
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/geos/versions
* geos: 3.7.2 -> 3.7.3R. RyanTM2019-10-07
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/geos/versions
* geos: fix licenseOrivej Desh2019-06-06
|
* geos: 3.7.1 -> 3.7.2R. RyanTM2019-05-05
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/geos/versions
* geos: 3.7.0 -> 3.7.1R. RyanTM2018-12-15
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/geos/versions
* geos: 3.6.3 -> 3.7.0R. RyanTM2018-09-20
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/geos/versions
* geos: 3.6.2 -> 3.6.3 (#44781)R. RyanTM2018-08-09
| | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/geos/versions.
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* treewide: http -> https sources (#42676)Silvan Mosberger2018-06-28
| | | | | | | | | * 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
* geos: 3.6.1 -> 3.6.2R. RyanTM2018-04-07
| | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/geos/versions. These checks were done: - built on NixOS - ran ‘/nix/store/17821mvnx0ilvicbzxvli6jq58fg7yy6-geos-3.6.2/bin/geos-config --version’ and found version 3.6.2 - found 3.6.2 with grep in /nix/store/17821mvnx0ilvicbzxvli6jq58fg7yy6-geos-3.6.2 - directory tree listing: https://gist.github.com/bf03d4beea8e52684689747456f95948
* geos: 3.5.0 -> 3.6.1Robin Gloster2017-01-25
|
* geos: 3.4.2 -> 3.5.0 (close #9770)Michel Kuhlmann2015-09-17
|
* geos: update from 3.3.8 to 3.4.2Nixpkgs Monitor2013-12-12
|
* Updating qgis (1.8.0 & geos (3.3.8).Lluís Batlle i Rossell2013-07-18
| | | | I also add libspatialindex and libspatialite, to get the latest qgis building.
* * More cleanup.Eelco Dolstra2010-07-28
| | | | svn path=/nixpkgs/trunk/; revision=22798
* geos update 3.2.2 because of postgisMarc Weber2010-05-09
| | | | svn path=/nixpkgs/trunk/; revision=21690
* replacing applyAndFun by lib.defaultOverridableDelayableArgsMarc Weber2009-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | applyAndFun has a bug resulting in the same arg beeing added more than once when using a concatenating merge function for the attr set. I've tried giving the function a name "overridableDelayableArgs" which resembles its usage much more. important refactoring: applyAndFun had .fun and .funMerge only when passing the merge function lib.mergeOrApply composableDerivation { initial = { ... }; } to overridableDelayableArgs has always .replace and .merge composableDerivation {} { ... } svn path=/nixpkgs/trunk/; revision=14428
* removed mkDerivationByConfiguration, using composableDerivation insteadMarc Weber2008-12-20
| | | | | | qgis, vim_configurable both work now svn path=/nixpkgs/trunk/; revision=13661
* geos library addedMarc Weber2007-12-03
svn path=/nixpkgs/trunk/; revision=9837