mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
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:
parent
67c49ad3e3
commit
ffc2c539b4
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user