webkitgtk: fix on darwin

(cherry picked from commit 61e49ba58b487b49832028a1829f50fd2abcab06)
This commit is contained in:
Dmitry Kalinkin
2021-05-29 18:39:16 -04:00
parent fb64e7de78
commit 7198e20169
3 changed files with 123 additions and 0 deletions
+1
View File
@@ -18354,6 +18354,7 @@ in
webkitgtk = callPackage ../development/libraries/webkitgtk {
harfbuzz = harfbuzzFull;
inherit (gst_all_1) gst-plugins-base gst-plugins-bad;
inherit (darwin.apple_sdk) sdk;
};
websocketpp = callPackage ../development/libraries/websocket++ { };