Skip to content
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

Fix build with Nix flake #17

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

skissue
Copy link

@skissue skissue commented Dec 28, 2024

The current build fails due to newer versions having a transitive dependency on
GCC 14 for the <print> header through hyprlang.

Using the Hyprland package's stdenv is the same approach taken by both
nixpkgs and official upstream plugins.

The current build fails due to newer versions having a transitive dependency on
GCC 14 for the `<print>` header through hyprlang.

Using the Hyprland package's `stdenv` is the same approach taken by both
nixpkgs[1] and official upstream plugins[2].

[1] https://github.com/NixOS/nixpkgs/blob/634fd46801442d760e09493a794c4f15db2d0cbb/pkgs/applications/window-managers/hyprwm/hyprland-plugins/default.nix#L10
[2] https://github.com/hyprwm/hyprland-plugins/blob/a41bcdccac7d3fe220b3a8519633f0a812da3439/flake.nix#L69
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant