Merge pull request #110221 from symphorien/nheko-cache
nheko: build qml
This commit is contained in:
commit
feb4059865
1 changed files with 4 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue