universedesktop: DWL, patch and update
This commit is contained in:
@@ -27,9 +27,18 @@ in {
|
|||||||
(dwl-patch "ipc")
|
(dwl-patch "ipc")
|
||||||
(dwl-patch "restore-monitor")
|
(dwl-patch "restore-monitor")
|
||||||
(dwl-patch "regexrules")
|
(dwl-patch "regexrules")
|
||||||
(dwl-patch "regions")
|
|
||||||
];
|
];
|
||||||
in {
|
in {
|
||||||
|
version = "10-05-2024";
|
||||||
|
|
||||||
|
src = final.fetchFromGitea {
|
||||||
|
domain = "codeberg.org";
|
||||||
|
owner = "dwl";
|
||||||
|
repo = "dwl";
|
||||||
|
rev = "9825c26cdd5dfed34022b77a8936c5d8f485e134";
|
||||||
|
hash = "sha256-p7BhCbCduMNTEK5DYNGBYXf+9WU6WlRvR9VdOuSTrVU=";
|
||||||
|
};
|
||||||
|
|
||||||
patches = (old.patches or []) ++ patches;
|
patches = (old.patches or []) ++ patches;
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
export termcmd=${pkgs.foot}/bin/foot
|
export termcmd=${pkgs.foot}/bin/foot
|
||||||
|
|||||||
Reference in New Issue
Block a user