krita: disable parallel building #35359

This commit is contained in:
Maciej Krüger 2020-03-30 16:52:50 +02:00
parent fe9ea7a88a
commit 321bc323a2
No known key found for this signature in database
GPG key ID: 0D948CE19CF49C5F

View file

@ -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 = [