summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSymphorien Gibol <symphorien+git@xlumurb.eu>2021-01-20 21:56:10 +0100
committerSymphorien Gibol <symphorien+git@xlumurb.eu>2021-01-20 21:56:10 +0100
commita26cb6b37d87c6eecff0db66040c84309d9a0c9f (patch)
tree52109b1b785d44a6899387ff6cff08948a167925
parent68398d2dd50efc2d878bf0f83bbc8bc323b6b0e0 (diff)
nheko: build qml
fixes cache issues on update: https://github.com/Nheko-Reborn/nheko/issues/389
-rw-r--r--pkgs/applications/networking/instant-messengers/nheko/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/applications/networking/instant-messengers/nheko/default.nix b/pkgs/applications/networking/instant-messengers/nheko/default.nix
index a26d3c41b221..9ed8319b761a 100644
--- a/pkgs/applications/networking/instant-messengers/nheko/default.nix
+++ b/pkgs/applications/networking/instant-messengers/nheko/default.nix
@@ -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";