about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/nheko
diff options
context:
space:
mode:
authorMichael Weiss <dev.primeos@gmail.com>2020-08-25 19:22:51 +0200
committerMichael Weiss <dev.primeos@gmail.com>2020-08-25 19:22:24 +0200
commit31f23ebc1f7765a62140f6d6498ceaf6da927423 (patch)
tree0da975b96951a09806089c2dc54cb95d4f4d0d6f /pkgs/applications/networking/instant-messengers/nheko
parentf9c74c3f4b18bd4cd40935ef2a2e9895949d1efa (diff)
Revert "nheko: dirty fix to #94942 (#95060)"
This reverts commit f8a49ec8dbe3eac1a8f6e4dd8146eae633142808.
With 57f05745951 in master this workaround is not required anymore.
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/nheko')
-rw-r--r--pkgs/applications/networking/instant-messengers/nheko/default.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/pkgs/applications/networking/instant-messengers/nheko/default.nix b/pkgs/applications/networking/instant-messengers/nheko/default.nix
index 5d9963956ed63..2f5316c9fe27e 100644
--- a/pkgs/applications/networking/instant-messengers/nheko/default.nix
+++ b/pkgs/applications/networking/instant-messengers/nheko/default.nix
@@ -54,11 +54,6 @@ mkDerivation rec {
     qtquickcontrols2
     qtgraphicaleffects
   ] ++ lib.optional stdenv.isDarwin qtmacextras;
-  # Quick and dirty fix to https://github.com/NixOS/nixpkgs/issues/94952
-  # and/or: https://github.com/NixOS/nixpkgs/issues/94905
-  cmakeFlags = [
-    "-DCMAKE_OSX_ARCHITECTURES="
-  ];
 
   meta = with stdenv.lib; {
     description = "Desktop client for the Matrix protocol";