mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 17:10:27 +00:00
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
|