mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
82e678362f
svn path=/nixpkgs/trunk/; revision=4335
12 lines
299 B
Bash
12 lines
299 B
Bash
source $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 |