about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/python-modules/img2pdf/default-icc-profile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/python-modules/img2pdf/default-icc-profile.patch')
-rw-r--r--nixpkgs/pkgs/development/python-modules/img2pdf/default-icc-profile.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/development/python-modules/img2pdf/default-icc-profile.patch b/nixpkgs/pkgs/development/python-modules/img2pdf/default-icc-profile.patch
index bf5e1e408614..139eafd63ced 100644
--- a/nixpkgs/pkgs/development/python-modules/img2pdf/default-icc-profile.patch
+++ b/nixpkgs/pkgs/development/python-modules/img2pdf/default-icc-profile.patch
@@ -14,7 +14,7 @@ index 036232b..d2e7829 100755
 -        if os.path.exists(profile):
 -            return profile
 -    return "/usr/share/color/icc/sRGB.icc"
-+    return "@colord@/share/color/icc/colord/sRGB.icc"
++    return "@srgbProfile@"
  
  
  def get_main_parser():