Skip to content

Commit

Permalink
Merge pull request #83782 from mkg20001/krita-fix
Browse files Browse the repository at this point in the history
krita: disable parallel building #35359
  • Loading branch information
worldofpeace authored Apr 17, 2020
2 parents 52c0618 + 321bc32 commit 786946a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/applications/graphics/krita/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ mkDerivation rec {
sha256 = "1sx4j4brk71bas3cpqzk4bd8bknyl3x4fdg5pv4r7pcfd3vpq2vy";
};

# *somtimes* fails with can't find ui_manager.h, also see https://github.com/NixOS/nixpkgs/issues/35359
enableParallelBuilding = false;

nativeBuildInputs = [ cmake extra-cmake-modules python3Packages.sip makeWrapper ];

buildInputs = [
Expand Down

0 comments on commit 786946a

Please sign in to comment.