hyprland: add libexecinfo on musl (#253472)

This commit is contained in:
Yureka
2023-09-06 10:42:51 +02:00
committed by GitHub
parent 9810f10ffc
commit 4e752282c6
@@ -11,6 +11,7 @@
, hyprland-protocols
, jq
, libdrm
, libexecinfo
, libinput
, libxcb
, libxkbcommon
@@ -96,6 +97,7 @@ stdenv.mkDerivation (finalAttrs: {
pciutils
(wlroots.override { inherit enableNvidiaPatches; })
]
++ lib.optionals stdenv.hostPlatform.isMusl [ libexecinfo ]
++ lib.optionals enableXWayland [ libxcb xcbutilwm xwayland ]
++ lib.optionals withSystemd [ systemd ];