mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.uvloop: pin to setuptools_80
This commit is contained in:
parent
fb8cdd0dba
commit
f3964c18d6
1 changed files with 2 additions and 3 deletions
|
|
@ -3,11 +3,10 @@
|
|||
stdenv,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
fetchpatch,
|
||||
|
||||
# build-system
|
||||
cython,
|
||||
setuptools,
|
||||
setuptools_80,
|
||||
|
||||
# native dependencies
|
||||
libuv,
|
||||
|
|
@ -39,7 +38,7 @@ buildPythonPackage rec {
|
|||
|
||||
build-system = [
|
||||
cython
|
||||
setuptools
|
||||
setuptools_80
|
||||
];
|
||||
|
||||
env.LIBUV_CONFIGURE_HOST = stdenv.hostPlatform.config;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue