summary refs log tree commit diff
path: root/pkgs/development/compilers/ghc/builder.sh
blob: 5d05417a7e8501b3ba947bd137d304914e1dafc9 (plain) (blame)
1
2
3
4
5
6
7
8
9
source $stdenv/setup

configureFlags="--with-gcc=$gcc/bin/gcc"

# Don't you hate build processes that write in $HOME? :-(
export HOME=$(pwd)/fake-home
mkdir -p $HOME

genericBuild