python3Packages.brotlipy: fix cross-compilation

This commit is contained in:
legendofmiracles
2021-10-29 14:42:15 -07:00
committed by Jonathan Ringer
parent e9a1ba099f
commit 933460bf46
@@ -19,6 +19,8 @@ buildPythonPackage rec {
propagatedBuildInputs = [ cffi enum34 construct ];
propagatedNativeBuildInputs = [ cffi ];
checkInputs = [ pytest hypothesis ];
checkPhase = ''