digikam: enable appstyles

Without this digikam forces the fusion style.
This commit is contained in:
S. Nordin Abouzahra 2021-01-04 18:54:57 -05:00
parent a43963db12
commit 32fefa8fb1

View file

@ -116,6 +116,7 @@ mkDerivation rec {
"-DENABLE_INTERNALMYSQL=1"
"-DENABLE_MEDIAPLAYER=1"
"-DENABLE_QWEBENGINE=on"
"-DENABLE_APPSTYLES=on"
];
dontWrapGApps = true;