summary refs log tree commit diff
path: root/pkgs/development/libraries/vsqlite
Commit message (Collapse)AuthorAge
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* 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
* Revert "vsqlite: fix build"Orivej Desh2018-05-29
| | | | This reverts commit e89414ff699ddd0689a696db7889b6e5654c847d.
* vsqlite: fix buildOrivej Desh2018-05-29
| | | | Probably broken by 1d6a14e24a65d41e30c824d1e339a372060d171a.
* vsqlite: fix darwin buildDaiderd Jordan2017-09-21
|
* Add vsqlite, a C++ wrapper library for sqlite.Karn Kallio2016-09-19