Kde: add kwin patch
This commit is contained in:
parent
c666b582f6
commit
c569ed03d2
2 changed files with 1034 additions and 0 deletions
|
|
@ -49,6 +49,11 @@ in {
|
|||
../kde/patches/libplasma-pr1214.patch
|
||||
];
|
||||
};
|
||||
kwin = kPrev.kwin.overrideAttrs {
|
||||
patches = kPrev.kwin.patches ++ [
|
||||
../kde/patches/kwin-pr6406.patch
|
||||
];
|
||||
};
|
||||
}
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue