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
python3Packages.rapidfuzz: relax cython constraint
Martin Weinelt
8 months ago
5aa98393
55649285
+5
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
rapidfuzz
default.nix
+5
pkgs/development/python-modules/rapidfuzz/default.nix
reviewed
···
37
37
})
38
38
];
39
39
40
40
+
postPatch = ''
41
41
+
substituteInPlace pyproject.toml \
42
42
+
--replace-fail "Cython >=3.0.12, <3.1.0" Cython
43
43
+
'';
44
44
+
40
45
build-system = [
41
46
cmake
42
47
cython