forked from mirrors/nixpkgs
python3Packages.fastpbkdf2: fix cross-compilation
This commit is contained in:
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";
|
||||
|
|
Loading…
Reference in a new issue