36e57ebead
embedded systems and installation CDs. Hopefully this will decrease the size of things we use on the NixOS installation CD. Only tested in a cross-compile for MIPS so far. svn path=/nixpkgs/trunk/; revision=4968
12 lines
125 B
Bash
12 lines
125 B
Bash
source $stdenv/setup
|
|
|
|
export installFlags="PREFIX=$out"
|
|
|
|
preBuild() {
|
|
cp $config .config
|
|
}
|
|
|
|
preBuild=preBuild
|
|
|
|
genericBuild
|