summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/nheko
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-01-20 23:26:02 +0100
committerGitHub <noreply@github.com>2021-01-20 23:26:02 +0100
commitfeb40598656188a8a1969aa2401f0eef525b9920 (patch)
tree8b7986021e2eb50a5e66fe1c3a08b9b793d57c40 /pkgs/applications/networking/instant-messengers/nheko
parent163d758979ff922327b9fb11cdff965b3933d8dc (diff)
parenta26cb6b37d87c6eecff0db66040c84309d9a0c9f (diff)
downloadnixpkgs-feb40598656188a8a1969aa2401f0eef525b9920.tar
nixpkgs-feb40598656188a8a1969aa2401f0eef525b9920.tar.gz
nixpkgs-feb40598656188a8a1969aa2401f0eef525b9920.tar.bz2
nixpkgs-feb40598656188a8a1969aa2401f0eef525b9920.tar.lz
nixpkgs-feb40598656188a8a1969aa2401f0eef525b9920.tar.xz
nixpkgs-feb40598656188a8a1969aa2401f0eef525b9920.tar.zst
nixpkgs-feb40598656188a8a1969aa2401f0eef525b9920.zip
Merge pull request #110221 from symphorien/nheko-cache
nheko: build qml
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/nheko')
-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 48adc6f03cf..b640d7c5f9a 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";