krunner: unbreak it
This commit is contained in:
parent
d44bdb396d
commit
772adad3b1
@ -9,13 +9,6 @@ let
|
|||||||
self = mkDerivation {
|
self = mkDerivation {
|
||||||
name = "krunner";
|
name = "krunner";
|
||||||
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
||||||
patches = [
|
|
||||||
# Un-deprecate virtual method to restore binary compatibility.
|
|
||||||
(assert !(lib.versionOlder "5.72" self.version); fetchpatch {
|
|
||||||
url = "https://invent.kde.org/frameworks/krunner/-/commit/8f7ce559b84ee0c21de0256e6591793e4b95f411.diff";
|
|
||||||
sha256 = "124xqxpgmc5fdn1mcf8x1564pqc5y81j7lhzcirql2xcs0sbcyby";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
nativeBuildInputs = [ extra-cmake-modules ];
|
nativeBuildInputs = [ extra-cmake-modules ];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
kconfig kcoreaddons ki18n kio kservice qtdeclarative solid
|
kconfig kcoreaddons ki18n kio kservice qtdeclarative solid
|
||||||
|
Loading…
x
Reference in New Issue
Block a user