Skip to content

Commit

Permalink
krita: disable parallel building #35359
Browse files Browse the repository at this point in the history
  • Loading branch information
mkg20001 committed Mar 30, 2020
1 parent fe9ea7a commit 321bc32
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 321bc32

Please sign in to comment.