nheko: remove redundent parallel building flag

This commit is contained in:
Doron Behar 2020-04-25 12:55:09 +03:00
parent 67d0c4f130
commit 0577b994af

View File

@ -85,8 +85,6 @@ mkDerivation rec {
qtgraphicaleffects
] ++ lib.optional stdenv.isDarwin qtmacextras;
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "Desktop client for the Matrix protocol";
homepage = "https://github.com/Nheko-Reborn/nheko";