summary refs log tree commit diff
path: root/pkgs/applications/graphics/krita
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2020-04-17 09:42:19 -0400
committerGitHub <noreply@github.com>2020-04-17 09:42:19 -0400
commit786946a9523c474b1c180d9d45daa43ce9eab75e (patch)
tree930f9a9f77b2012dcb0251367ec5ae57ab4a0315 /pkgs/applications/graphics/krita
parent52c06182eb21c293e7fd3498799da9f7d20b3341 (diff)
parent321bc323a2a278fab59fa24e7dbc5cc1f609482c (diff)
downloadnixpkgs-786946a9523c474b1c180d9d45daa43ce9eab75e.tar
nixpkgs-786946a9523c474b1c180d9d45daa43ce9eab75e.tar.gz
nixpkgs-786946a9523c474b1c180d9d45daa43ce9eab75e.tar.bz2
nixpkgs-786946a9523c474b1c180d9d45daa43ce9eab75e.tar.lz
nixpkgs-786946a9523c474b1c180d9d45daa43ce9eab75e.tar.xz
nixpkgs-786946a9523c474b1c180d9d45daa43ce9eab75e.tar.zst
nixpkgs-786946a9523c474b1c180d9d45daa43ce9eab75e.zip
Merge pull request #83782 from mkg20001/krita-fix
krita: disable parallel building #35359
Diffstat (limited to 'pkgs/applications/graphics/krita')
-rw-r--r--pkgs/applications/graphics/krita/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/krita/default.nix b/pkgs/applications/graphics/krita/default.nix
index 3f7eb84ed83..6ad67f75b21 100644
--- a/pkgs/applications/graphics/krita/default.nix
+++ b/pkgs/applications/graphics/krita/default.nix
@@ -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 = [