pkgs/*: remove unreferenced function arguments
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
, buildPlatform, hostPlatform
|
||||
, fetchpatch, fetchurl, makeWrapper, gawk, pkgconfig
|
||||
, libffi, libtool, readline, gmp, boehmgc, libunistring
|
||||
, coverageAnalysis ? null, gnu ? null
|
||||
, coverageAnalysis ? null
|
||||
}:
|
||||
|
||||
# Do either a coverage analysis build or a standard build.
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
, buildPlatform, hostPlatform
|
||||
, fetchurl, makeWrapper, gawk, pkgconfig
|
||||
, libffi, libtool, readline, gmp, boehmgc, libunistring
|
||||
, coverageAnalysis ? null, gnu ? null
|
||||
, coverageAnalysis ? null
|
||||
}:
|
||||
|
||||
# Do either a coverage analysis build or a standard build.
|
||||
|
||||
Reference in New Issue
Block a user