python3Packages.uvloop: use system libuv (#351870)
Co-Authored-By: Martin Weinelt <hexa@darmstadt.ccc.de>
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user