summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorMatthieu Coudron <mattator@gmail.com>2018-03-08 12:45:39 +0900
committerMatthieu Coudron <mattator@gmail.com>2018-03-08 12:45:39 +0900
commit600e977898d776faee44ccf74ba53315e1347d4e (patch)
treed3185207bc25780016fb98ee5df527dc1e067ca0 /pkgs/os-specific
parentcc4677c36ee8d880e881459ad114fd2224b3ac1c (diff)
downloadnixlib-600e977898d776faee44ccf74ba53315e1347d4e.tar
nixlib-600e977898d776faee44ccf74ba53315e1347d4e.tar.gz
nixlib-600e977898d776faee44ccf74ba53315e1347d4e.tar.bz2
nixlib-600e977898d776faee44ccf74ba53315e1347d4e.tar.lz
nixlib-600e977898d776faee44ccf74ba53315e1347d4e.tar.xz
nixlib-600e977898d776faee44ccf74ba53315e1347d4e.tar.zst
nixlib-600e977898d776faee44ccf74ba53315e1347d4e.zip
buildLinux: removes unnecessary parameters
and passes parameters in a single set
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/kernel/generic.nix12
1 files changed, 5 insertions, 7 deletions
diff --git a/pkgs/os-specific/linux/kernel/generic.nix b/pkgs/os-specific/linux/kernel/generic.nix
index f69865cdc4df..a8f55d81466f 100644
--- a/pkgs/os-specific/linux/kernel/generic.nix
+++ b/pkgs/os-specific/linux/kernel/generic.nix
@@ -1,12 +1,10 @@
-{ buildPackages, runCommand, nettools, bc, bison, flex, perl, gmp, libmpc, mpfr, openssl
+{ buildPackages
 , ncurses
-, libelf
-, utillinux
-, writeTextFile, ubootTools
 , callPackage
-}:
-
-{ stdenv, buildPackages, perl, buildLinux
+, perl
+, bison ? null
+, flex ? null
+, stdenv
 
 , # The kernel source tarball.
   src