mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
pythonPackages.lmdb: fix on python 3 and add meta
This commit is contained in:
parent
4000489266
commit
a848643709
@ -8175,6 +8175,16 @@ in {
|
||||
inherit pname version;
|
||||
sha256 = "01nw6r08jkipx6v92kw49z34wmwikrpvc5j9xawdiyg1n2526wrx";
|
||||
};
|
||||
|
||||
# Some sort of mysterious failure with lmdb.tool
|
||||
doCheck = !isPy3k;
|
||||
|
||||
meta = {
|
||||
description = "Universal Python binding for the LMDB 'Lightning' Database";
|
||||
homepage = "https://github.com/dw/py-lmdb";
|
||||
license = licenses.openldap;
|
||||
maintainers = with maintainers; [ copumpkin ];
|
||||
};
|
||||
};
|
||||
|
||||
logilab_astng = buildPythonPackage rec {
|
||||
|
Loading…
Reference in New Issue
Block a user