You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When including python312Packages.nicegui, I get the error
error: builder for '/nix/store/iapscknypz8hjb3p74qa7wy5x77905l0-python3.12-nicegui-2.9.1.drv' failed with exit code 1;
last 19 log lines:
...
> Running phase: patchPhase
> substituteStream() in derivation python3.12-nicegui-2.9.1: ERROR: pattern \"setuptools\>=30.3.0\,\<50\"\, doesn't match anything in file 'pyproject.toml'
For full logs, run 'nix-store -l /nix/store/iapscknypz8hjb3p74qa7wy5x77905l0-python3.12-nicegui-2.9.1.drv'.
error: 1 dependencies of derivation '/nix/store/mb4a401r2xrnkd9faz77yksf11s0y8cl-python3-3.12.8-env.drv' failed to build
The error message is correct, since the code in nixpkgs is
The postPatch phase creates an error, documented in NixOS#383920 due to a change in the pyproject.toml upstream.
This commit fits the replace string to the existing one.
Nixpkgs version
Describe the bug
When including python312Packages.nicegui, I get the error
The error message is correct, since the code in nixpkgs is
while the interesting lines in the
pyproject.toml
aresince a commit, that removed the
<50
Steps to reproduce
shell.nix:
and run
nix-shell
while your update-channel is unstableExpected behaviour
The package is built.
Screenshots
No response
Relevant log output
Additional context
I can create a merge request, but won't be able to in the next days.
System metadata
"x86_64-linux"
Linux 6.12.14, NixOS, 25.05 (Warbler), 25.05beta755230.73cf49b8ad83
yes
yes
nix-env (Nix) 2.24.12
"nixos"
/nix/var/nix/profiles/per-user/root/channels/nixos
Notify maintainers
@fabaff
Note for maintainers: Please tag this issue in your pull request description. (i.e.
Resolves #ISSUE
.)I assert that this issue is relevant for Nixpkgs
Is this issue important to you?
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: