-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Perlless activation fails with missing time zone file #321280
Comments
Odd, thought #314579 was meant to fix this. Perhaps more digging is needed. |
What is the revision of nixpkgs that you are trying to build your system with? #314579 is merged without a 24.05 backport. |
Per nix-info they're on 24.05 not unstable, so that makes sense. Is it backportable? |
The PR itself is backportable, but I'm not sure if it complies with nixpkgs' backport criteria. |
Right, that's what I meant to ask - is it a breaking change? (i.e. is it possible for someone to rely on the old behaviour?) or simply a bugfix with low chance of regressions? |
Is it not a breaking change because the |
Fixed in #321794. |
Describe the bug
If I try to make my system perlless, my system rebuild fails.
Steps To Reproduce
Steps to reproduce the behavior:
nixos-rebuild
Expected behavior
The command succeeds.
Screenshots
Commands:
Additional context
nixos-rebuild dry-build
succeeds.I use flakes.
Notify maintainers
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: