From cead5384d87d4f702034c468c03624354e025cfe Mon Sep 17 00:00:00 2001 From: Ivan Kozik Date: Mon, 26 Apr 2021 19:57:58 +0000 Subject: [PATCH] pythonPackages.lmdb: don't depend on ludios_wpull This makes no sense and yet was added in 65eccfad5d32328d12cf8b42d02560905a8c9bae This was breaking the build of python3Packages.lmdb because ludios_wpull does not build on 3.8, only 3.7. --- pkgs/development/python-modules/lmdb/default.nix | 3 --- 1 file changed, 3 deletions(-) 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;