3
0
Fork 0
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:
arcnmx 2019-09-10 17:01:37 -07:00
parent 2bcd4fa96d
commit 91b7dd6c91

View file

@ -12,6 +12,8 @@ buildPythonPackage rec {
sha256 = "1811b55wdfg4kbsjcgh1kc938g118jpvif97ilgrmbls25dfpvvw";
};
dontConfigure = true;
checkInputs = [ pytest ];
checkPhase = ''