3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.fastpbkdf2: fix cross-compilation

This commit is contained in:
legendofmiracles 2021-10-19 23:09:24 -06:00 committed by Jonathan Ringer
parent c294812a10
commit 6265b71ecd

View file

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