Kde: rework patch paths
This commit is contained in:
parent
6cc541528c
commit
8fcc1d94a5
2 changed files with 3 additions and 3 deletions
|
|
@ -46,12 +46,12 @@ in {
|
|||
kFinal: kPrev: {
|
||||
libplasma = kPrev.libplasma.overrideAttrs {
|
||||
patches = [
|
||||
../kde/patches/libplasma-pr1214.patch
|
||||
./patches/libplasma-pr1214.patch
|
||||
];
|
||||
};
|
||||
kwin = kPrev.kwin.overrideAttrs {
|
||||
patches = kPrev.kwin.patches ++ [
|
||||
../kde/patches/kwin-pr6406.patch
|
||||
./patches/kwin-pr6406.patch
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue