tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
gcovr: fix
znaniye
6 months ago
71d4e501
2cdf6e75
+4
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
gc
gcovr
package.nix
+4
pkgs/by-name/gc/gcovr/package.nix
···
22
22
preBuild = ''
23
23
substituteInPlace pyproject.toml \
24
24
--replace-fail "hatchling==1.26.1" "hatchling"
25
25
+
substituteInPlace pyproject.toml \
26
26
+
--replace-fail "hatch-fancy-pypi-readme==24.1.0" "hatch-fancy-pypi-readme>=24.1.0"
27
27
+
substituteInPlace pyproject.toml \
28
28
+
--replace-fail "hatch-vcs==0.4.0" "hatch-vcs>=0.4.0"
25
29
'';
26
30
27
31
dependencies =