gegl_0_4: make vapi dependencies explicit
This commit is contained in:
parent
31a4e2e28b
commit
6f35dac541
@ -45,6 +45,15 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "097427icgpgvcx40019b3dm8m84cchz79pixzpz648drs8p1wdqg";
|
sha256 = "097427icgpgvcx40019b3dm8m84cchz79pixzpz648drs8p1wdqg";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
patches = [
|
||||||
|
# fix build with darwin: https://github.com/NixOS/nixpkgs/issues/99108
|
||||||
|
# https://gitlab.gnome.org/GNOME/gegl/-/merge_requests/83
|
||||||
|
(fetchpatch {
|
||||||
|
url = "https://gitlab.gnome.org/GNOME/gegl/-/merge_requests/83.patch";
|
||||||
|
sha256 = "CSBYbJ2xnEN23xrla1qqr244jxOR5vNK8ljBSXdg4yE=";
|
||||||
|
})
|
||||||
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pkgconfig
|
pkgconfig
|
||||||
gettext
|
gettext
|
||||||
|
Loading…
Reference in New Issue
Block a user