This reverts commitf8a49ec8db
. With57f0574595
in master this workaround is not required anymore.
This commit is contained in:
parent
f9c74c3f4b
commit
31f23ebc1f
1 changed files with 0 additions and 5 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue