webkitgtk: add darwin support

This commit is contained in:
Ryan Trinkle
2016-03-30 09:40:36 +02:00
committed by Vladimír Čunát
parent e498a645c1
commit 8605dab964
13 changed files with 259 additions and 19 deletions
@@ -2,6 +2,8 @@
, fontconfig, freetype, libintlOrEmpty, gobjectIntrospection
}:
with stdenv.lib;
let
ver_maj = "1.38";
ver_min = "1";
@@ -29,6 +31,8 @@ stdenv.mkDerivation rec {
# .../bin/sh: line 5: 14823 Abort trap: 6 srcdir=. PANGO_RC_FILE=./pangorc ${dir}$tst
# FAIL: testiter
configureFlags = optional stdenv.isDarwin "--without-x";
postInstall = "rm -rf $out/share/gtk-doc";
meta = with stdenv.lib; {