skrooge: do not build designer library

This commit is contained in:
Ioannis Koutras 2018-02-25 17:15:15 +02:00 committed by Tuomas Tynkkynen
parent a7af5d4f88
commit faec8f26eb
1 changed files with 7 additions and 0 deletions

View File

@ -24,6 +24,13 @@ mkDerivation rec {
kactivities karchive kguiaddons knotifyconfig krunner kwindowsystem libofx kactivities karchive kguiaddons knotifyconfig krunner kwindowsystem libofx
]; ];
# SKG_DESIGNER must be used to generate the needed library for QtDesigner.
# This is needed ONLY for developers. So NOT NEEDED for end user.
# Source: https://forum.kde.org/viewtopic.php?f=210&t=143375#p393675
cmakeFlags = [
"-DSKG_DESIGNER=OFF"
];
meta = with lib; { meta = with lib; {
description = "A personal finances manager, powered by KDE"; description = "A personal finances manager, powered by KDE";
license = with licenses; [ gpl3 ]; license = with licenses; [ gpl3 ];