pkgs/*: remove unreferenced function arguments
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
|
||||
# build-tools
|
||||
, bootPkgs, hscolour
|
||||
, coreutils, fetchurl, fetchpatch, perl
|
||||
, coreutils, fetchurl, perl
|
||||
, docbook_xsl, docbook_xml_dtd_45, docbook_xml_dtd_42, libxml2, libxslt
|
||||
|
||||
, libffi, libiconv ? null, ncurses
|
||||
, libiconv ? null, ncurses
|
||||
|
||||
, useLLVM ? !targetPlatform.isx86
|
||||
, # LLVM is conceptually a run-time-only depedendency, but for
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
, bootPkgs, hscolour
|
||||
, coreutils, fetchpatch, fetchurl, perl, sphinx
|
||||
|
||||
, libffi, libiconv ? null, ncurses
|
||||
, libiconv ? null, ncurses
|
||||
|
||||
, useLLVM ? !targetPlatform.isx86
|
||||
, # LLVM is conceptually a run-time-only depedendency, but for
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
, autoconf, autoreconfHook, automake, coreutils, fetchurl, fetchpatch, perl, python3, sphinx
|
||||
, runCommand
|
||||
|
||||
, libffi, libiconv ? null, ncurses
|
||||
, libiconv ? null, ncurses
|
||||
|
||||
, useLLVM ? !targetPlatform.isx86 || (targetPlatform.isMusl && hostPlatform != targetPlatform)
|
||||
, # LLVM is conceptually a run-time-only depedendency, but for
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
, bootPkgs, alex, happy, hscolour
|
||||
, autoconf, automake, coreutils, fetchurl, fetchpatch, perl, python3, m4
|
||||
|
||||
, libffi, libiconv ? null, ncurses
|
||||
, libiconv ? null, ncurses
|
||||
|
||||
, useLLVM ? !targetPlatform.isx86 || (targetPlatform.isMusl && hostPlatform != targetPlatform)
|
||||
, # LLVM is conceptually a run-time-only depedendency, but for
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
|
||||
# build-tools
|
||||
, bootPkgs, alex, happy, hscolour
|
||||
, autoconf, automake, coreutils, fetchurl, fetchpatch, perl, python3, m4
|
||||
, autoconf, automake, coreutils, fetchurl, perl, python3, m4
|
||||
|
||||
, libffi, libiconv ? null, ncurses
|
||||
, libiconv ? null, ncurses
|
||||
|
||||
, useLLVM ? !targetPlatform.isx86 || (targetPlatform.isMusl && hostPlatform != targetPlatform)
|
||||
, # LLVM is conceptually a run-time-only depedendency, but for
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
, bootPkgs, alex, happy, hscolour
|
||||
, autoconf, automake, coreutils, fetchgit, perl, python3, m4
|
||||
|
||||
, libffi, libiconv ? null, ncurses
|
||||
, libiconv ? null, ncurses
|
||||
|
||||
, useLLVM ? !targetPlatform.isx86 || (targetPlatform.isMusl && hostPlatform != targetPlatform)
|
||||
, # LLVM is conceptually a run-time-only depedendency, but for
|
||||
|
||||
Reference in New Issue
Block a user