kdePackages.kio-extras-kf5: fix install path (#519529)

This commit is contained in:
K900
2026-05-14 10:39:07 +00:00
committed by GitHub
+6
View File
@@ -34,6 +34,12 @@ stdenv.mkDerivation rec {
libsForQt5.wrapQtAppsHook
];
# override ECM defaults that assume Qt6
# this can't be cmakeFlags because we need this to be set last so it wins
preConfigure = ''
appendToVar cmakeFlags "-DKDE_INSTALL_LOGGINGCATEGORIESDIR=${placeholder "out"}/share/qlogging-categories5"
'';
buildInputs =
with libsForQt5;
with libsForQt5.__internalKF5;