mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 12:42:24 +00:00
b44c8726c7
svn path=/nixpkgs/trunk/; revision=5232
9 lines
175 B
Bash
9 lines
175 B
Bash
source $stdenv/setup
|
|
|
|
configureFlags="\
|
|
--with-store-dir=$storeDir --localstatedir=$stateDir \
|
|
--with-aterm=$aterm --with-bdb=$bdb \
|
|
--disable-init-state"
|
|
|
|
genericBuild
|