Merge pull request #296448 from K900/kernel-cursedness
linux: uncurse arguments
This commit is contained in:
commit
29e663bab6
2 changed files with 4 additions and 4 deletions
|
@ -12,8 +12,10 @@
|
|||
, rustc
|
||||
, rustPlatform
|
||||
, rust-bindgen
|
||||
, nixosTests
|
||||
}:
|
||||
|
||||
, # The kernel source tarball.
|
||||
{ # The kernel source tarball.
|
||||
src
|
||||
|
||||
, # The kernel version.
|
||||
|
@ -66,7 +68,6 @@
|
|||
, preferBuiltin ? stdenv.hostPlatform.linux-kernel.preferBuiltin or false
|
||||
, kernelArch ? stdenv.hostPlatform.linuxArch
|
||||
, kernelTests ? []
|
||||
, nixosTests
|
||||
, ...
|
||||
}@args:
|
||||
|
||||
|
|
|
@ -713,6 +713,5 @@ in {
|
|||
'';
|
||||
};
|
||||
|
||||
buildLinux = attrs: callPackage ../os-specific/linux/kernel/generic.nix attrs;
|
||||
|
||||
buildLinux = callPackage ../os-specific/linux/kernel/generic.nix {};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue