tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
python313Packages.pychromecast: relax wheel constraint
Martin Weinelt
7 months ago
deb66945
7970017b
+2
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
pychromecast
default.nix
+2
-1
pkgs/development/python-modules/pychromecast/default.nix
···
25
25
26
26
postPatch = ''
27
27
substituteInPlace pyproject.toml \
28
28
-
--replace-fail "setuptools>=65.6,<78.0" setuptools
28
28
+
--replace-fail "setuptools>=65.6,<78.0" setuptools \
29
29
+
--replace-fail "wheel>=0.37.1,<0.46.0" wheel
29
30
'';
30
31
31
32
build-system = [ setuptools ];