cutter: fix build with shiboken 6.11 (#516154)

This commit is contained in:
yaya
2026-05-06 18:21:32 +00:00
committed by GitHub
@@ -1,7 +1,7 @@
{
lib,
fetchFromGitHub,
fetchpatch,
fetchpatch2,
stdenv,
# for passthru.plugins
pkgs,
@@ -35,6 +35,14 @@ let
fetchSubmodules = true;
};
patches = [
(fetchpatch2 {
name = "fix-shiboken6-type-index-case.patch";
url = "https://github.com/rizinorg/cutter/commit/07fea9c772dc573588dc2e5771f0740ee1883738.patch?full_index=1";
hash = "sha256-/C/s+Ui5F7MCxbzbChQ5Tv/oUHUQxXmk9xOnNI80xwQ=";
})
];
nativeBuildInputs = [
cmake
pkg-config