gi-docgen: Fix build of libide

+10
+10
pkgs/development/tools/documentation/gi-docgen/default.nix
··· 1 1 { lib 2 2 , fetchFromGitLab 3 + , fetchpatch 3 4 , meson 4 5 , ninja 5 6 , python3 ··· 18 19 rev = version; 19 20 sha256 = "35pL/2TQRVgPfAcfOGCLlSP1LIh4r95mFC+UoXQEEHo="; 20 21 }; 22 + 23 + patches = [ 24 + # Fix gnome-builder build 25 + # https://gitlab.gnome.org/GNOME/gi-docgen/-/merge_requests/161 26 + (fetchpatch { 27 + url = "https://gitlab.gnome.org/GNOME/gi-docgen/-/commit/0524047ada3e6a5572c43dd36201ebe589d08095.patch"; 28 + sha256 = "1P+i7v1sMULOd0w8K363Mssj+tBJ2wiSmE7DlztvCbw="; 29 + }) 30 + ]; 21 31 22 32 depsBuildBuild = [ 23 33 python3