Skip to content

Fix build with Nix flake - #17

Open
skissue wants to merge 2 commits into
pyt0xic:mainfrom
skissue:fix-nix-flake
Open

Fix build with Nix flake#17
skissue wants to merge 2 commits into
pyt0xic:mainfrom
skissue:fix-nix-flake

Conversation

@skissue

@skissue skissue commented Dec 28, 2024

Copy link
Copy Markdown

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
@PerchunPak

Copy link
Copy Markdown

After cherry-picking #15, it indeed fixes the build

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.

2 participants