falkon: Disable parallel building

https://hydra.nixos.org/build/62778325
This commit is contained in:
Tuomas Tynkkynen 2017-10-22 21:00:23 +03:00
parent 24c61cafa5
commit 28494e96f0

View file

@ -31,7 +31,8 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake extra-cmake-modules pkgconfig qmake qttools ];
enableParallelBuilding = true;
# on 2.1.2: RCC: Error in 'autoscroll.qrc': Cannot find file 'locale/ar_SA.qm'
enableParallelBuilding = false;
meta = with stdenv.lib; {
description = "QtWebEngine based cross-platform web browser";