pango: compile with gobjectIntrospection on Darwin
Required to make .gir files needed by gtk3
This commit is contained in:
parent
dcde8a967f
commit
f55393de94
@ -14,8 +14,7 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "01rdzjh68w8l5zn0648yibyarj8p6g7yfn59nw5awaz1i8dvbnqq";
|
sha256 = "01rdzjh68w8l5zn0648yibyarj8p6g7yfn59nw5awaz1i8dvbnqq";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = with stdenv.lib;
|
buildInputs = with stdenv.lib; [ gobjectIntrospection ]
|
||||||
optional (!stdenv.isDarwin) gobjectIntrospection # build problems of itself and flex
|
|
||||||
++ optionals stdenv.isDarwin [ fontconfig ];
|
++ optionals stdenv.isDarwin [ fontconfig ];
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user