Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f0b378026ddb
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6556b1f69f75
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 23, 2021

  1. 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.
    talyz committed Jan 23, 2021
    Copy the full SHA
    923adfe View commit details

Commits on Jan 25, 2021

  1. Merge pull request #110574 from talyz/krita-4.4.2

    krita: 4.4.1 -> 4.4.2
    lovesegfault authored Jan 25, 2021
    Copy the full SHA
    6556b1f View commit details
Showing with 2 additions and 5 deletions.
  1. +2 −5 pkgs/applications/graphics/krita/default.nix
7 changes: 2 additions & 5 deletions pkgs/applications/graphics/krita/default.nix
Original file line number Diff line number Diff line change
@@ -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 = [