3
0
Fork 0
forked from mirrors/nixpkgs

pango: compile with gobjectIntrospection on Darwin

Required to make .gir files needed by gtk3
This commit is contained in:
Spencer Whitt 2015-03-31 14:08:27 -04:00
parent dcde8a967f
commit f55393de94

View file

@ -14,8 +14,7 @@ stdenv.mkDerivation rec {
sha256 = "01rdzjh68w8l5zn0648yibyarj8p6g7yfn59nw5awaz1i8dvbnqq";
};
buildInputs = with stdenv.lib;
optional (!stdenv.isDarwin) gobjectIntrospection # build problems of itself and flex
buildInputs = with stdenv.lib; [ gobjectIntrospection ]
++ optionals stdenv.isDarwin [ fontconfig ];
nativeBuildInputs = [ pkgconfig ];