forked from mirrors/nixpkgs
gi-docgen: Fix build of libide
This commit is contained in:
parent
88ee737950
commit
d4e4e6bfcc
|
@ -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…
Reference in a new issue