mirror of
https://codeberg.org/FabricSoul/dwl.git
synced 2025-08-03 12:10:22 -04:00
fix build dependencies
This commit is contained in:
parent
5e60b24dc1
commit
4f5129f307
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue