nheko: build qml

fixes cache issues on update:
https://github.com/Nheko-Reborn/nheko/issues/389
This commit is contained in:
Symphorien Gibol 2021-01-20 21:56:10 +01:00
parent 68398d2dd5
commit a26cb6b37d

View File

@ -57,6 +57,10 @@ mkDerivation rec {
qtgraphicaleffects
] ++ lib.optional stdenv.isDarwin qtmacextras;
cmakeFlags = [
"-DCOMPILE_QML=ON" # see https://github.com/Nheko-Reborn/nheko/issues/389
];
meta = with lib; {
description = "Desktop client for the Matrix protocol";
homepage = "https://github.com/Nheko-Reborn/nheko";