gi-docgen: Fix build of libide

main
Jan Tojnar 2 years ago
parent 88ee737950
commit d4e4e6bfcc
  1. 10
      pkgs/development/tools/documentation/gi-docgen/default.nix

@ -1,5 +1,6 @@
{ lib
, fetchFromGitLab
, fetchpatch
, meson
, ninja
, python3
@ -19,6 +20,15 @@ python3.pkgs.buildPythonApplication rec {
sha256 = "35pL/2TQRVgPfAcfOGCLlSP1LIh4r95mFC+UoXQEEHo=";
};
patches = [
# Fix gnome-builder build
# https://gitlab.gnome.org/GNOME/gi-docgen/-/merge_requests/161
(fetchpatch {
url = "https://gitlab.gnome.org/GNOME/gi-docgen/-/commit/0524047ada3e6a5572c43dd36201ebe589d08095.patch";
sha256 = "1P+i7v1sMULOd0w8K363Mssj+tBJ2wiSmE7DlztvCbw=";
})
];
depsBuildBuild = [
python3
];

Loading…
Cancel
Save