about summary refs log tree commit diff
path: root/pkgs/tools/graphics/graphviz/builder.sh
blob: 56b012f4563a2314c93e251518eedd1057a19059 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
. $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