fix build dependencies

This commit is contained in:
FabricSoul 2025-07-29 19:19:19 -04:00
parent 5e60b24dc1
commit 4f5129f307

View file

@ -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