mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
python311Packages.http-parser: cythonize before building
This commit is contained in:
parent
e3c70611a6
commit
5804b37991
@ -19,9 +19,14 @@ buildPythonPackage rec {
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
cython
|
||||
setuptools
|
||||
];
|
||||
|
||||
preBuild = ''
|
||||
# re-run cython
|
||||
make -B
|
||||
'';
|
||||
|
||||
pythonImportsCheck = [
|
||||
"http_parser"
|
||||
|
Loading…
Reference in New Issue
Block a user