-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Does not work on nixos stable #14
Comments
We shouldn't be using anything that requires 6.8.1. Make sure you inherit nixpkgs in your flake input. |
running hyprsysteminfo with
leads to
Building hyprsysteminfo with
leads to |
Should be fixed now, update your flake and try again. |
Building using
leads to
|
Can you show the whole build log? |
|
I've updated the hyprland-qt-support package to set gcc 14 as the stdenv by default. Try doing a |
same error even though I updated flake input |
Including this part?
|
just a general tip: for most software, you likely do not know anything about the output produced. It's better to always attach the new output, even if it seems the same to you. It might not be. |
I just built it myself using nixos stable and it worked. Can you show |
I was being stupid and I ran nix flake update before rebuilding, reverting hyprland-qt-support from 2025-01-11 to 2025-01-09. Works now. Still weird that |
I haven't updated it yet because I was waiting on this issue. |
NixOS 24.11 currently has qt6 version 6.8.0, but hyprsysteminfo requires 6.8.1.
For now, I'll just use url = "github:hyprwm/hyprsysteminfo/8b271e2ba39a5a9299e4e7bb60245a71704f5a89"
The text was updated successfully, but these errors were encountered: