gi-docgen: Fix build of libide

+10
+10
pkgs/development/tools/documentation/gi-docgen/default.nix
··· 1 { lib 2 , fetchFromGitLab 3 , meson 4 , ninja 5 , python3 ··· 18 rev = version; 19 sha256 = "35pL/2TQRVgPfAcfOGCLlSP1LIh4r95mFC+UoXQEEHo="; 20 }; 21 22 depsBuildBuild = [ 23 python3
··· 1 { lib 2 , fetchFromGitLab 3 + , fetchpatch 4 , meson 5 , ninja 6 , python3 ··· 19 rev = version; 20 sha256 = "35pL/2TQRVgPfAcfOGCLlSP1LIh4r95mFC+UoXQEEHo="; 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 + ]; 31 32 depsBuildBuild = [ 33 python3