Skip to content

Commit

Permalink
falkon: Disable parallel building
Browse files Browse the repository at this point in the history
  • Loading branch information
dezgeg committed Oct 22, 2017
1 parent df8e85f commit 526d41e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/applications/networking/browsers/falkon/default.nix
Expand Up @@ -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";
Expand Down

0 comments on commit 526d41e

Please sign in to comment.