diff --git a/pkgs/development/python-modules/lmdb/default.nix b/pkgs/development/python-modules/lmdb/default.nix index fc7748765f31..6980ddcb010a 100644 --- a/pkgs/development/python-modules/lmdb/default.nix +++ b/pkgs/development/python-modules/lmdb/default.nix @@ -4,7 +4,6 @@ , pytestCheckHook , cffi , lmdb -, ludios_wpull }: buildPythonPackage rec { @@ -18,8 +17,6 @@ buildPythonPackage rec { buildInputs = [ lmdb ]; - propogatedBuildInputs = [ ludios_wpull ]; - checkInputs = [ cffi pytestCheckHook ]; LMDB_FORCE_SYSTEM=1;