mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-25 14:24:40 +00:00
45e1edfda8
svn path=/nixpkgs/trunk/; revision=5504
10 lines
180 B
Bash
10 lines
180 B
Bash
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
|