summary refs log tree commit diff
path: root/modules/packages/nheko-git.nix
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2023-11-11 18:43:54 +0100
committerTheArcaneBrony <myrainbowdash949@gmail.com>2023-11-11 18:43:54 +0100
commit1bc3681d1d0bb5a973dd64541646ffe3deac48a5 (patch)
tree2876e9564089b8c6c0194775db5f9be7ebc6d512 /modules/packages/nheko-git.nix
parentUpdates (diff)
downloadRory-Open-Architecture-1bc3681d1d0bb5a973dd64541646ffe3deac48a5.tar.xz
Cleanup, printing on desktop
Diffstat (limited to 'modules/packages/nheko-git.nix')
-rw-r--r--modules/packages/nheko-git.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/packages/nheko-git.nix b/modules/packages/nheko-git.nix
index dac42c9..0c14bab 100644
--- a/modules/packages/nheko-git.nix
+++ b/modules/packages/nheko-git.nix
@@ -78,6 +78,11 @@ stdenv.mkDerivation {
     "-DCOMPILE_QML=ON" # see https://github.com/Nheko-Reborn/nheko/issues/389
     "-DCMAKE_BUILD_TYPE=Release"
     "-DBUILD_SHARED_LIBS=OFF"
+    #Rory&
+    "-DMAN=OFF"
+    
+  ] ++ lib.optionals (!voipSupport) [
+    "-DVOIP=OFF"
   ];