nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.fastpbkdf2: fix cross-compilation

authored by

legendofmiracles and committed by
Jonathan Ringer
6265b71e c294812a

+1
+1
pkgs/development/python-modules/fastpbkdf2/default.nix
··· 16 16 buildInputs = [ openssl ]; 17 17 checkInputs = [ pytest ]; 18 18 propagatedBuildInputs = [ cffi six ]; 19 + propagatedNativeBuildInputs = [ cffi ]; 19 20 20 21 meta = with lib; { 21 22 homepage = "https://github.com/Ayrx/python-fastpbkdf2";