buildLinux: removes unnecessary parameters

and passes parameters in a single set
This commit is contained in:
Matthieu Coudron
2018-03-08 12:45:39 +09:00
parent cc4677c36e
commit 600e977898
2 changed files with 6 additions and 8 deletions
+5 -7
View File
@@ -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