pango: fix eval on darwin

This was a cherry-pick silent conflict.
The gettext is provided by libintlOrEmpty where needed.
This commit is contained in:
Vladimír Čunát 2014-10-23 18:45:37 +02:00
parent 67c49ad3e3
commit ffc2c539b4

View File

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
buildInputs = with stdenv.lib;
optional (!stdenv.isDarwin) gobjectIntrospection # build problems of itself and flex
++ optionals stdenv.isDarwin [ gettext fontconfig ];
++ optionals stdenv.isDarwin [ fontconfig ];
nativeBuildInputs = [ pkgconfig ];
propagatedBuildInputs = [ x11 glib cairo libpng fontconfig freetype harfbuzz ] ++ libintlOrEmpty;