Revert "nheko: dirty fix to #94942 (#95060)"

This reverts commit f8a49ec8db.
With 57f0574595 in master this workaround is not required anymore.
gstqt5
Michael Weiss 2020-08-25 19:22:51 +02:00
parent f9c74c3f4b
commit 31f23ebc1f
No known key found for this signature in database
GPG Key ID: 5BE487C4D4771D83
1 changed files with 0 additions and 5 deletions

View File

@ -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";