From a805905a492cda41e3ff17cb2f91b1388e67c32b Mon Sep 17 00:00:00 2001 From: rewine Date: Sat, 29 Jul 2023 21:31:01 +0800 Subject: [PATCH] Nix: move wayland-scanner to nativeBuildInputs (#2816) --- nix/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/default.nix b/nix/default.nix index 8970117a..a2e6f0ca 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -60,6 +60,7 @@ in ninja pkg-config makeWrapper + wayland-scanner ]; outputs = [ @@ -81,7 +82,6 @@ in udis86 wayland wayland-protocols - wayland-scanner pciutils (wlroots.override {inherit enableXWayland hidpiXWayland nvidiaPatches;}) ]