summary refs log tree commit diff
path: root/pkgs/development/libraries/mongoc
Commit message (Collapse)AuthorAge
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* mongoc: fix propagated libraries for libtoolOrivej Desh2017-12-20
| | | | libmongoc-1.0.la links to snappy (ld -l) but does not contain full path (ld -L)
* mongoc: don't use bundled zlib & snappyFranz Pletz2017-09-28
|
* mongoc: 1.7.0 -> 1.8.0Franz Pletz2017-09-28
|
* mongoc: 1.5.4 -> 1.7.0Robin Gloster2017-08-12
|
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* mongoc: 1.1.10 -> 1.5.4Robin Gloster2017-02-17
|
* mongoc: init at 1.1.10Ian Duncan2015-08-24
[Bjørn: Minor coding style cleanup.]