python3Packages.fastpbkdf2: fix cross-compilation

This commit is contained in:
legendofmiracles
2021-10-29 14:42:15 -07:00
committed by Jonathan Ringer
parent c294812a10
commit 6265b71ecd
@@ -16,6 +16,7 @@ buildPythonPackage rec {
buildInputs = [ openssl ];
checkInputs = [ pytest ];
propagatedBuildInputs = [ cffi six ];
propagatedNativeBuildInputs = [ cffi ];
meta = with lib; {
homepage = "https://github.com/Ayrx/python-fastpbkdf2";