201a93cb13
svn path=/nixpkgs/trunk/; revision=1019
10 lines
344 B
Bash
10 lines
344 B
Bash
. $stdenv/setup
|
|
configureFlags="--with-aterm=$aterm \
|
|
--with-toolbuslib=$toolbuslib \
|
|
--with-pt-support=$ptsupport \
|
|
--with-sdf-support=$sdfsupport \
|
|
--with-asf-support=$asfsupport \
|
|
--with-asc-support=$asfsupport \
|
|
--with-sglr=$sglr"
|
|
genericBuild
|