mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
82e678362f
svn path=/nixpkgs/trunk/; revision=4335
8 lines
175 B
Bash
8 lines
175 B
Bash
source $stdenv/setup
|
|
|
|
configureFlags="\
|
|
--with-store-dir=$storeDir --localstatedir=$stateDir \
|
|
--with-aterm=$aterm --with-bdb=$bdb \
|
|
--disable-init-state"
|
|
|
|
genericBuild
|