python3Packages.brotlipy: fix cross-compilation
This commit is contained in:
committed by
Jonathan Ringer
parent
e9a1ba099f
commit
933460bf46
@@ -19,6 +19,8 @@ buildPythonPackage rec {
|
||||
|
||||
propagatedBuildInputs = [ cffi enum34 construct ];
|
||||
|
||||
propagatedNativeBuildInputs = [ cffi ];
|
||||
|
||||
checkInputs = [ pytest hypothesis ];
|
||||
|
||||
checkPhase = ''
|
||||
|
||||
Reference in New Issue
Block a user