f1d1900a92
svn path=/nixpkgs/trunk/; revision=929
8 lines
145 B
Bash
8 lines
145 B
Bash
. $stdenv/setup
|
|
|
|
configureFlags="\
|
|
--with-store-dir=$storeDir --localstatedir=$stateDir \
|
|
--with-aterm=$aterm --with-bdb=$bdb"
|
|
|
|
genericBuild
|