forked from dan/liminix
add "config" output to kernel derivation
This commit is contained in:
parent
2e513eb4a7
commit
9dd169d500
@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
dontStrip = true;
|
||||
dontPatchELF = true;
|
||||
outputs = ["out" "headers" "modulesupport"] ++ targetNames;
|
||||
outputs = ["out" "headers" "modulesupport" "config"] ++ targetNames;
|
||||
phases = [
|
||||
"unpackPhase"
|
||||
"butcherPkgconfig"
|
||||
@ -114,5 +114,6 @@ stdenv.mkDerivation rec {
|
||||
mkdir -p $modulesupport
|
||||
make modules
|
||||
cp -a . $modulesupport
|
||||
cp .config $config
|
||||
'';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user