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
|
# 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue