hyprland: add libexecinfo on musl (#253472)
This commit is contained in:
parent
9810f10ffc
commit
4e752282c6
1 changed files with 2 additions and 0 deletions
|
@ -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 ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue