wlroots: move libinput to propagatedBuildInputs

close: https://github.com/NixOS/nixpkgs/issues/191849
This commit is contained in:
rewine
2026-02-09 17:58:16 +08:00
parent 51a4f3b7f3
commit a2d3b8091b
@@ -79,12 +79,16 @@ let
]
++ extraNativeBuildInputs;
propagatedBuildInputs = [
# The headers of wlroots #include <libinput.h>, and consumers of `wlroots` need not add it explicitly, hence we propagate it.
libinput
];
buildInputs = [
libliftoff
libdisplay-info
libGL
libcap
libinput
libxkbcommon
libgbm
pixman