This reverts commitf8a49ec8db
. With57f0574595
in master this workaround is not required anymore.
This commit is contained in:
parent
f9c74c3f4b
commit
31f23ebc1f
@ -54,11 +54,6 @@ mkDerivation rec {
|
|||||||
qtquickcontrols2
|
qtquickcontrols2
|
||||||
qtgraphicaleffects
|
qtgraphicaleffects
|
||||||
] ++ lib.optional stdenv.isDarwin qtmacextras;
|
] ++ 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; {
|
meta = with stdenv.lib; {
|
||||||
description = "Desktop client for the Matrix protocol";
|
description = "Desktop client for the Matrix protocol";
|
||||||
|
Loading…
Reference in New Issue
Block a user