nixpkgs/pkgs/tools/graphics/graphviz/builder.sh

12 lines
294 B
Bash
Raw Normal View History

. $stdenv/setup
configureFlags="\
--with-pngincludedir=$libpng/include \
--with-pnglibdir=$libpng/lib \
--with-jpegincludedir=$libjpeg/include \
--with-jpeglibdir=$libjpeg/lib \
--with-expatincludedir=$expat/include \
--with-expatlibdir=$expat/lib \
"
genericBuild