krita: 4.4.1 -> 4.4.2

We can re-enable parallel building, since the bug causing intermittent
build issues is now fixed. See
https://bugs.kde.org/show_bug.cgi?id=431226 for more information.

Closes #35359.
This commit is contained in:
talyz 2021-01-23 10:41:34 +01:00
parent 4affc40a50
commit 923adfe5ca
No known key found for this signature in database
GPG key ID: 2DED2151F4671A2B

View file

@ -10,16 +10,13 @@
mkDerivation rec {
pname = "krita";
version = "4.4.1";
version = "4.4.2";
src = fetchurl {
url = "https://download.kde.org/stable/${pname}/${version}/${pname}-${version}.tar.xz";
sha256 = "1bmmfvmawnlihbqkksdrwxfkaip4nfsi97w83fmvkyxl4jk715vr";
sha256 = "121fjdv5phx1aqk21vx9k9vsc5k1w8s86gp6pamy2y31r2ph7r8y";
};
# *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 = [