parent
909539e6a0
commit
f8a49ec8db
@ -54,6 +54,11 @@ 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