nheko: dirty fix to #94942 (#95060)

The real issue is #94952 or #94905.
This commit is contained in:
Doron Behar 2020-08-22 22:16:14 +00:00 committed by GitHub
parent 909539e6a0
commit f8a49ec8db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,6 +54,11 @@ 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";