kdePackages.ktextaddons: backport fix for Qt 6.9
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
lib,
|
||||
mkKdeDerivation,
|
||||
fetchurl,
|
||||
fetchpatch,
|
||||
qtspeech,
|
||||
qttools,
|
||||
kxmlgui,
|
||||
@@ -15,6 +16,15 @@ mkKdeDerivation rec {
|
||||
hash = "sha256-ZLgGAuhLJekWRiCvP2NB+oZbhegmq49eAgYa4koneyA=";
|
||||
};
|
||||
|
||||
# Backport fix for Qt 6.9
|
||||
# FIXME: remove in next update
|
||||
patches = [
|
||||
(fetchpatch {
|
||||
url = "https://invent.kde.org/libraries/ktextaddons/-/commit/fdbb082aaa0125d60fdf819c9cb95c40bdb98800.patch";
|
||||
hash = "sha256-S+yGXXhZ/OdIgMGgyzofr1BzNV44/Uz/6NAoxdN9wRk=";
|
||||
})
|
||||
];
|
||||
|
||||
extraBuildInputs = [
|
||||
qtspeech
|
||||
qttools
|
||||
|
||||
Reference in New Issue
Block a user