python3Packages.uvloop: use system libuv (#351870)

Co-Authored-By: Martin Weinelt <hexa@darmstadt.ccc.de>
This commit is contained in:
Arne Keller
2024-11-18 19:24:09 +01:00
committed by Martin Weinelt
co-authored by Martin Weinelt
parent 562de2dd84
commit 9018643afd
@@ -32,6 +32,13 @@ buildPythonPackage rec {
hash = "sha256-O/ErD9poRHgGp62Ee/pZFhMXcnXTW2ckse5XP6o3BOM=";
};
postPatch = ''
rm -rf vendor
substituteInPlace setup.py \
--replace-fail "use_system_libuv = False" "use_system_libuv = True"
'';
build-system = [
cython
setuptools