From a2d3b8091b61580fbc5c45d06df738e6ff909946 Mon Sep 17 00:00:00 2001 From: rewine Date: Sat, 7 Feb 2026 16:21:52 +0800 Subject: [PATCH] wlroots: move libinput to propagatedBuildInputs close: https://github.com/NixOS/nixpkgs/issues/191849 --- pkgs/development/libraries/wlroots/default.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pkgs/development/libraries/wlroots/default.nix b/pkgs/development/libraries/wlroots/default.nix index 93bf068e47cf..5756580d1680 100644 --- a/pkgs/development/libraries/wlroots/default.nix +++ b/pkgs/development/libraries/wlroots/default.nix @@ -79,12 +79,16 @@ let ] ++ extraNativeBuildInputs; + propagatedBuildInputs = [ + # The headers of wlroots #include , and consumers of `wlroots` need not add it explicitly, hence we propagate it. + libinput + ]; + buildInputs = [ libliftoff libdisplay-info libGL libcap - libinput libxkbcommon libgbm pixman