Working on dwlb

This commit is contained in:
2025-09-19 11:59:54 -04:00
parent e745c93495
commit 1fed2e4e7d
10 changed files with 1456 additions and 74 deletions

View File

@@ -53,6 +53,9 @@
postPatch = ''
# Copy the current config.def.h to config.h
cp config.def.h config.h
# Ensure protocols directory exists and has the right files
mkdir -p protocols
cp -r ${./modules/dwl/source/protocols}/* protocols/ || true
'';
buildInputs = old.buildInputs or[] ++ [ final.wlroots ];
nativeBuildInputs = old.nativeBuildInputs or[] ++ [ final.pkg-config final.wayland-scanner final.wayland-protocols ];