graphviz: build with pango even without xorg

The pango dependency enables outputting PDF files, and is somewhat
independent of the larger xorg dependencies.
This commit is contained in:
Anthony Cowley 2016-04-07 18:19:01 -04:00
parent 25cc1c12fe
commit 9b0890cfa5

View file

@ -21,8 +21,8 @@ stdenv.mkDerivation rec {
];
buildInputs =
[ pkgconfig libpng libjpeg expat yacc libtool fontconfig gd gts libdevil flex
] ++ stdenv.lib.optionals (xorg != null) [ xorg.xlibsWrapper xorg.libXrender pango libXaw ]
[ pkgconfig libpng libjpeg expat yacc libtool fontconfig gd gts libdevil flex pango
] ++ stdenv.lib.optionals (xorg != null) [ xorg.xlibsWrapper xorg.libXrender libXaw ]
++ stdenv.lib.optional (stdenv.system == "x86_64-darwin") gettext;
CPPFLAGS = stdenv.lib.optionalString (xorg != null && stdenv.system == "x86_64-darwin")