python3Packages.lmdb: fix cross compile (#438961)

This commit is contained in:
Colin
2025-09-13 08:24:16 +00:00
committed by GitHub

View File

@@ -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";