Kde: move konsole patches into konsole.nix
This commit is contained in:
parent
6b9b21b9ff
commit
6cc541528c
2 changed files with 15 additions and 5 deletions
|
|
@ -54,11 +54,6 @@ in {
|
|||
../kde/patches/kwin-pr6406.patch
|
||||
];
|
||||
};
|
||||
konsole = kPrev.konsole.overrideAttrs {
|
||||
patches = [
|
||||
../kde/patches/konsole-pr767.patch
|
||||
];
|
||||
};
|
||||
}
|
||||
);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -24,4 +24,19 @@ in {
|
|||
};
|
||||
};
|
||||
};
|
||||
nixpkgs.overlays = [
|
||||
(
|
||||
final: prev: {
|
||||
kdePackages = prev.kdePackages.overrideScope (
|
||||
kFinal: kPrev: {
|
||||
konsole = kPrev.konsole.overrideAttrs {
|
||||
patches = [
|
||||
../kde/patches/konsole-pr767.patch
|
||||
];
|
||||
};
|
||||
}
|
||||
);
|
||||
}
|
||||
)
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue