mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
python3Packages.lmdb: fix cross compile (#438961)
This commit is contained in:
@@ -26,16 +26,15 @@ buildPythonPackage rec {
|
||||
|
||||
buildInputs = [ lmdb ];
|
||||
|
||||
nativeBuildInputs = [ cffi ];
|
||||
|
||||
env.LMDB_FORCE_SYSTEM = 1;
|
||||
|
||||
dependencies = [ patch-ng ];
|
||||
|
||||
pythonImportsCheck = [ "lmdb" ];
|
||||
|
||||
nativeCheckInputs = [
|
||||
cffi
|
||||
pytestCheckHook
|
||||
];
|
||||
nativeCheckInputs = [ pytestCheckHook ];
|
||||
|
||||
meta = {
|
||||
description = "Universal Python binding for the LMDB 'Lightning' Database";
|
||||
|
||||
Reference in New Issue
Block a user