From 4f5129f30773ce44afd4749780c77bcb818df01a Mon Sep 17 00:00:00 2001 From: FabricSoul Date: Tue, 29 Jul 2025 19:19:19 -0400 Subject: [PATCH] fix build dependencies --- flake.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index df28ad0..ba35385 100644 --- a/flake.nix +++ b/flake.nix @@ -19,15 +19,17 @@ # Set the source to your local dwl directory src = ./.; + nativeBuildInputs = with pkgs; [ + pkg-config + wayland # Provides the 'wayland-scanner' tool + ]; # Add the necessary build dependencies for dwl buildInputs = with pkgs; [ xwayland libxkbcommon - wayland wayland-protocols wlroots xorg.libxcb - pkg-config ]; # The build and installation process