forked from mirrors/nixpkgs
pythonPackages.brotli: fix build
Recent changes to buildPythonPackage seem to have enabled a configure script that doesn't work, so disable it.
This commit is contained in:
parent
2bcd4fa96d
commit
91b7dd6c91
|
@ -12,6 +12,8 @@ buildPythonPackage rec {
|
||||||
sha256 = "1811b55wdfg4kbsjcgh1kc938g118jpvif97ilgrmbls25dfpvvw";
|
sha256 = "1811b55wdfg4kbsjcgh1kc938g118jpvif97ilgrmbls25dfpvvw";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
dontConfigure = true;
|
||||||
|
|
||||||
checkInputs = [ pytest ];
|
checkInputs = [ pytest ];
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
|
|
Loading…
Reference in a new issue