sed flake preBuild

This commit is contained in:
Benjamin Kaylor
2024-11-18 03:23:32 -07:00
parent 4928ff5b74
commit 54cc830c35

View File

@@ -18,6 +18,10 @@
src = ./.;
preBuild = ''
sed -i 's/rich>=13.9.2/rich>=13.8.1/' pyproject.toml
'';
# Add runtime dependencies
propagatedBuildInputs = with pythonPackages; [
click