lol

hyprland: add libexecinfo on musl (#253472)

authored by

Yureka and committed by
GitHub
4e752282 9810f10f

+2
+2
pkgs/applications/window-managers/hyprwm/hyprland/default.nix
··· 11 11 , hyprland-protocols 12 12 , jq 13 13 , libdrm 14 + , libexecinfo 14 15 , libinput 15 16 , libxcb 16 17 , libxkbcommon ··· 96 97 pciutils 97 98 (wlroots.override { inherit enableNvidiaPatches; }) 98 99 ] 100 + ++ lib.optionals stdenv.hostPlatform.isMusl [ libexecinfo ] 99 101 ++ lib.optionals enableXWayland [ libxcb xcbutilwm xwayland ] 100 102 ++ lib.optionals withSystemd [ systemd ]; 101 103