python3Packages.lmdb: fix cross compile

This commit is contained in:
Jack Wilsdon
2025-08-31 17:57:39 +01:00
parent 578f8e099f
commit 8aeddab81f
@@ -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";