Commit graph

21 commits

Author SHA1 Message Date
Jesper Geertsen Jonsson 021570aaf0 lmdb: 0.9.24 -> 0.9.25
Change to official repo. The Github read-only mirror is abandoned.
2020-06-13 20:08:09 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Merijn Broeren 133103d709
treewide: replace make/build/configure/patchFlags with nix lists 2019-12-30 12:58:11 +01:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
R. RyanTM 6d9aa0d7de lmdb: 0.9.23 -> 0.9.24
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/lmdb/versions
2019-08-04 14:58:38 -07:00
Vladimír Čunát 147a685948
lmdb: fix cross-compilation 2019-02-21 12:16:03 +01:00
R. RyanTM 517babbd36 lmdb: 0.9.22 -> 0.9.23
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/lmdb/versions
2018-12-25 09:11:14 -08:00
Austin Seipp 004cb5a694 lmdb: ship static library, too
This is useful if you're using pkgs.pkgsMusl to build static libraries.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-12-14 17:41:37 -06:00
Vladimír Čunát a48f50641c
lmdb: patch-out hardcoded compiler 2018-04-01 11:09:48 +02:00
R. RyanTM b5b314c137 lmdb: 0.9.21 -> 0.9.22
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/lmdb/versions.

These checks were done:

- built on NixOS
- ran `/nix/store/lycr0rb3lgdhnjfsl44wv9vw74gpsh44-lmdb-0.9.22-bin/bin/mdb_stat -V` and found version 0.9.22
- ran `/nix/store/lycr0rb3lgdhnjfsl44wv9vw74gpsh44-lmdb-0.9.22-bin/bin/mdb_copy -V` and found version 0.9.22
- ran `/nix/store/lycr0rb3lgdhnjfsl44wv9vw74gpsh44-lmdb-0.9.22-bin/bin/mdb_dump -V` and found version 0.9.22
- ran `/nix/store/lycr0rb3lgdhnjfsl44wv9vw74gpsh44-lmdb-0.9.22-bin/bin/mdb_load -V` and found version 0.9.22
- found 0.9.22 with grep in /nix/store/lycr0rb3lgdhnjfsl44wv9vw74gpsh44-lmdb-0.9.22-bin
- directory tree listing: https://gist.github.com/f4d443d41dd66aa5f5038de9319c607d
2018-04-01 01:31:03 -07:00
Daiderd Jordan 84bd2f4ab0
lmdb: fix library id on darwin 2017-09-22 23:33:29 +02:00
Franz Pletz 51a359cc81
lmdb: 0.9.19 -> 0.9.21 2017-06-06 03:59:13 +02:00
Vladimír Čunát 61236eb7ee
lmdb on Darwin: fix bogus library name 2017-02-14 10:51:22 +01:00
Vladimír Čunát 1a55974cef
lmdb: split outputs and add lmdb.pc
lmdb.a is removed, until someone needs it.
2017-02-13 16:50:39 +01:00
Vladimír Čunát a2e7770b51
Merge branch 'master' into staging
There have been some larger security rebuilds on master.
2017-02-01 15:56:35 +01:00
Vladimír Čunát a3517bf321
lmdb: get rid of $out/man
Why it's annoying: #22318.
2017-01-31 16:14:25 +01:00
Franz Pletz 4b2731d4f4
lmdb: 0.9.18 -> 0.9.19 2017-01-30 01:15:13 +01:00
Travis Whitaker 0a4374f79c lmdb: 0.9.16 -> 0.9.18 2016-10-25 20:24:26 -07:00
William Casarin 91e9673954 lmdb: fix on OSX 2015-10-22 11:29:07 -07:00
William A. Kennington III b3d5a11b5b lmbd: 0.9.15 -> 0.9.16 2015-08-30 10:57:16 -07:00
William Casarin 9d85874aeb lmdb: lightning memory-mapped database 2015-07-04 05:06:29 -07:00