summary refs log tree commit diff
path: root/pkgs/development/libraries/gegl
diff options
context:
space:
mode:
authorWORLDofPEACE <worldofpeace@protonmail.ch>2020-09-29 15:38:17 -0400
committerWORLDofPEACE <worldofpeace@protonmail.ch>2020-09-29 15:38:17 -0400
commit6f35dac541b1cb134de75a6e06041e3ef26159ec (patch)
treee556e16b62f21bcdbc14b992c870bec5c7dd51a1 /pkgs/development/libraries/gegl
parent31a4e2e28bf29fc5ab1f70d28b5dbc2205a638a0 (diff)
downloadnixpkgs-6f35dac541b1cb134de75a6e06041e3ef26159ec.tar
nixpkgs-6f35dac541b1cb134de75a6e06041e3ef26159ec.tar.gz
nixpkgs-6f35dac541b1cb134de75a6e06041e3ef26159ec.tar.bz2
nixpkgs-6f35dac541b1cb134de75a6e06041e3ef26159ec.tar.lz
nixpkgs-6f35dac541b1cb134de75a6e06041e3ef26159ec.tar.xz
nixpkgs-6f35dac541b1cb134de75a6e06041e3ef26159ec.tar.zst
nixpkgs-6f35dac541b1cb134de75a6e06041e3ef26159ec.zip
gegl_0_4: make vapi dependencies explicit
Diffstat (limited to 'pkgs/development/libraries/gegl')
-rw-r--r--pkgs/development/libraries/gegl/4.0.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/pkgs/development/libraries/gegl/4.0.nix b/pkgs/development/libraries/gegl/4.0.nix
index 66bbd55ec45..6b38251a680 100644
--- a/pkgs/development/libraries/gegl/4.0.nix
+++ b/pkgs/development/libraries/gegl/4.0.nix
@@ -45,6 +45,15 @@ stdenv.mkDerivation rec {
     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 = [
     pkgconfig
     gettext