forked from mirrors/nixpkgs
nheko: build qml
fixes cache issues on update: https://github.com/Nheko-Reborn/nheko/issues/389
This commit is contained in:
parent
68398d2dd5
commit
a26cb6b37d
|
@ -57,6 +57,10 @@ mkDerivation rec {
|
|||
qtgraphicaleffects
|
||||
] ++ lib.optional stdenv.isDarwin qtmacextras;
|
||||
|
||||
cmakeFlags = [
|
||||
"-DCOMPILE_QML=ON" # see https://github.com/Nheko-Reborn/nheko/issues/389
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Desktop client for the Matrix protocol";
|
||||
homepage = "https://github.com/Nheko-Reborn/nheko";
|
||||
|
|
Loading…
Reference in a new issue