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 # Set the source to your local dwl directory
src = ./.; src = ./.;
nativeBuildInputs = with pkgs; [
pkg-config
wayland # Provides the 'wayland-scanner' tool
];
# Add the necessary build dependencies for dwl # Add the necessary build dependencies for dwl
buildInputs = with pkgs; [ buildInputs = with pkgs; [
xwayland xwayland
libxkbcommon libxkbcommon
wayland
wayland-protocols wayland-protocols
wlroots wlroots
xorg.libxcb xorg.libxcb
pkg-config
]; ];
# The build and installation process # The build and installation process