mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-17 11:13:30 +00:00
ef94be2ae1
everything correctly, the config currently compile quite a bit (too much for quick tests). This will change. --This line, and those below, will be ignored-- A linux/kernel A linux/kernel/builder.sh A linux/kernel/default.nix A linux/kernel/config svn path=/nixpkgs/trunk/; revision=3181
11 lines
97 B
Bash
11 lines
97 B
Bash
. $stdenv/setup
|
|
|
|
buildPhase() {
|
|
cp $config .config
|
|
make
|
|
}
|
|
|
|
buildPhase=buildPhase
|
|
|
|
genericBuild
|