kcompletion: backport upstream patch
This commit is contained in:
parent
6ae9e42327
commit
1372438695
1 changed files with 8 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
mkDerivation, lib,
|
||||
mkDerivation, lib, fetchpatch,
|
||||
extra-cmake-modules,
|
||||
kconfig, kwidgetsaddons, qtbase, qttools
|
||||
}:
|
||||
|
@ -7,6 +7,13 @@
|
|||
mkDerivation {
|
||||
name = "kcompletion";
|
||||
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
||||
patches = [
|
||||
# https://mail.kde.org/pipermail/distributions/2021-January/000928.html
|
||||
(fetchpatch {
|
||||
url = "https://invent.kde.org/frameworks/kcompletion/commit/7acda936f06193e9fc85ae5cf9ccc8d65971f657.patch";
|
||||
sha256 = "150ff506rhr5pin5363ks222vhv8qd77y5s5nyylcbdjry3ljd3n";
|
||||
})
|
||||
];
|
||||
nativeBuildInputs = [ extra-cmake-modules ];
|
||||
buildInputs = [ kconfig kwidgetsaddons qttools ];
|
||||
propagatedBuildInputs = [ qtbase ];
|
||||
|
|
Loading…
Reference in a new issue