reorganize .h and .patch files

This commit is contained in:
2026-04-01 03:59:44 +02:00
parent 3564f446cc
commit 6ff62cc5ff
4 changed files with 3 additions and 3 deletions
+3 -3
View File
@@ -2,7 +2,7 @@
(final: prev: {
dwl =
(prev.dwl.override {
configH = ./dwl/config.h;
configH = ./config_files/dwl/config.h;
enableXWayland = false;
}).overrideAttrs
(
@@ -24,7 +24,7 @@
prev.pkgs.wlroots_0_19
];
patches = oldAttrs.patches or [ ] ++ [
./dwl/patches/bar.patch
./patches/dwl/bar.patch
];
}
);
@@ -36,7 +36,7 @@
}).overrideAttrs
(oldAttrs: {
patches = oldAttrs.patches or [ ] ++ [
./wmenu/desktop.patch
./patches/wmenu/desktop.patch
];
buildInputs = oldAttrs.buildInputs ++ [ prev.pkgs.glib ];
});