reorganize .h and .patch files
This commit is contained in:
+3
-3
@@ -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 ];
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user