Working on dwlb
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user