Describe the bug
A clear and concise description of what the bug is.
Failed to run nixos-rebuild boot, caused by the failure of building pycurl.
Run nix-shell -p python3Packages.pycurl confirms this proflem
Steps To Reproduce
Steps to reproduce the behavior:
- run ``nix-shell -p python3Packages.pycurl`
- fails
Expected behavior
A clear and concise description of what you expected to happen.
nix-shell -p python3Packages.pycurl should succeed.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
Notify maintainers
Metadata
Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.
[user@system:~]$ nix-shell -p nix-info --run "nix-info -m"
- system: `"x86_64-linux"`
- host os: `Linux 5.15.30, NixOS, 22.05 (Quokka), 22.05pre364094.12417777b22`
- multi-user?: `yes`
- sandbox: `yes`
- version: `nix-env (Nix) 2.7.0`
- channels(root): `"nixos"`
- nixpkgs: `/nix/var/nix/profiles/per-user/root/channels/nixos`
Describe the bug
A clear and concise description of what the bug is.
Failed to run
nixos-rebuild boot, caused by the failure of buildingpycurl.Run
nix-shell -p python3Packages.pycurlconfirms this proflemSteps To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
nix-shell -p python3Packages.pycurlshould succeed.Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
Notify maintainers
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"and paste the result.