Skip to content

Commit

Permalink
Revert "nheko: dirty fix to #94942 (#95060)"
Browse files Browse the repository at this point in the history
This reverts commit f8a49ec.
With 57f0574 in master this workaround is not required anymore.
  • Loading branch information
primeos committed Aug 25, 2020
1 parent f9c74c3 commit 31f23eb
Showing 1 changed file with 0 additions and 5 deletions.
Expand Up @@ -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";
Expand Down

0 comments on commit 31f23eb

Please sign in to comment.