kiconthemes: backport compile error fix

This commit is contained in:
K900 2023-03-18 11:32:26 +03:00
parent c103991d2b
commit bef31256a5

View file

@ -1,5 +1,5 @@
{
mkDerivation,
mkDerivation, fetchpatch,
extra-cmake-modules,
breeze-icons, karchive, kcoreaddons, kconfigwidgets, ki18n, kitemviews,
qtbase, qtsvg, qttools,
@ -9,6 +9,12 @@ mkDerivation {
pname = "kiconthemes";
patches = [
./default-theme-breeze.patch
# fix compile error
(fetchpatch {
url = "https://invent.kde.org/frameworks/kiconthemes/-/commit/d5d04e3c3fa92fbfd95eced39c3e272b8980563d.patch";
hash = "sha256-8YGWJg7+LrPpezW8ubObcFovI5DCVn3gbdH7KDdEeQw=";
})
];
nativeBuildInputs = [ extra-cmake-modules ];
buildInputs = [