aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/mongoc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-151-1/+1
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* mongoc: fix propagated libraries for libtoolOrivej Desh2017-12-201-2/+4
| | | | 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-281-2/+3
|
* mongoc: 1.7.0 -> 1.8.0Franz Pletz2017-09-281-2/+2
|
* mongoc: 1.5.4 -> 1.7.0Robin Gloster2017-08-121-4/+4
|
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-011-1/+1
| | | | | | | | | | | | * 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-171-5/+2
|
* mongoc: init at 1.1.10Ian Duncan2015-08-241-0/+26
[Bjørn: Minor coding style cleanup.]