82e678362f
svn path=/nixpkgs/trunk/; revision=4335
10 lines
349 B
Bash
10 lines
349 B
Bash
source $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
|