diff --git a/srcpkgs/krita/patches/sip.patch b/srcpkgs/krita/patches/sip.patch deleted file mode 100644 index 05b8c7ece29..00000000000 --- a/srcpkgs/krita/patches/sip.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- cmake/modules/FindSIP.py 2021-03-27 00:35:53.979089480 +0100 -+++ - 2021-03-27 00:38:03.000811383 +0100 -@@ -20,7 +20,7 @@ - print("sip_version_str:%s" % sipbuild.version.SIP_VERSION_STR) - - import shutil -- print("sip_bin:%s" % shutil.which("sip5")) -+ print("sip_bin:%s" % shutil.which("sip")) - - from distutils.sysconfig import get_python_lib - python_modules_dir = get_python_lib(plat_specific=1)