Merge pull request #110221 from symphorien/nheko-cache

nheko: build qml
This commit is contained in:
Sandro
2021-01-20 23:26:02 +01:00
committed by GitHub

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";