summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-11-04 17:26:32 +0100
committerGitHub <noreply@github.com>2023-11-04 17:26:32 +0100
commit6f1609ec47b1a7e6424ed4fd289780de7e25afc1 (patch)
tree4bf482b6b0d4c0e7039b9f0deef35c12f0dbac33 /pkgs/applications/graphics
parentc0a59102299f7798b05040be8f8eee1ba50e7f15 (diff)
parentb5cd2e5089992576cd433fcb89c3adb9a3885112 (diff)
downloadnixpkgs-6f1609ec47b1a7e6424ed4fd289780de7e25afc1.tar
nixpkgs-6f1609ec47b1a7e6424ed4fd289780de7e25afc1.tar.gz
nixpkgs-6f1609ec47b1a7e6424ed4fd289780de7e25afc1.tar.bz2
nixpkgs-6f1609ec47b1a7e6424ed4fd289780de7e25afc1.tar.lz
nixpkgs-6f1609ec47b1a7e6424ed4fd289780de7e25afc1.tar.xz
nixpkgs-6f1609ec47b1a7e6424ed4fd289780de7e25afc1.tar.zst
nixpkgs-6f1609ec47b1a7e6424ed4fd289780de7e25afc1.zip
Merge pull request #249947 from tobim/pkgs/yaml-cpp-0.8.0
yaml-cpp: 0.7.0 -> 0.8.0
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/krita/generic.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/krita/generic.nix b/pkgs/applications/graphics/krita/generic.nix
index 507aaf0f768..ba53a94f710 100644
--- a/pkgs/applications/graphics/krita/generic.nix
+++ b/pkgs/applications/graphics/krita/generic.nix
@@ -27,6 +27,12 @@ mkDerivation rec {
       url = "https://gitlab.archlinux.org/archlinux/packaging/packages/krita/-/raw/acd9a818660e86b14a66fceac295c2bab318c671/exiv2-0.28.patch";
       hash = "sha256-iD2pyid513ThJVeotUlVDrwYANofnEiZmWINNUm/saw=";
     })
+    (fetchpatch {
+      name = "krita-opencolorio-2.3-compat.patch";
+      url = "https://invent.kde.org/graphics/krita/-/commit/520c633c2c868f2236d8e56eefecdcb6e3ebd840.patch";
+      hash = "sha256-eXsgBN8OnKjZOQsOxViPypts6CVh3L+IYKMB/mDUcfQ=";
+      includes = [ "plugins/dockers/lut/ocio_display_filter_vfx2021.cpp" ];
+    })
   ];
 
   nativeBuildInputs = [ cmake extra-cmake-modules python3Packages.sip makeWrapper ];