pkgs/*: remove unreferenced function arguments

This commit is contained in:
volth
2018-07-21 00:44:44 +00:00
parent 1a6af9f88e
commit 52f53c69ce
1540 changed files with 1554 additions and 1878 deletions

View File

@@ -8,7 +8,6 @@
, libffi
, libbfd
, libxml2
, valgrind
, ncurses
, version
, zlib

View File

@@ -1,4 +1,4 @@
{stdenv, fetch, fetchpatch, llvm, gmp, mpfr, libmpc, ncurses, zlib, version}:
{stdenv, fetch, llvm, gmp, mpfr, libmpc, ncurses, zlib, version}:
stdenv.mkDerivation rec {
name = "dragonegg-${version}";

View File

@@ -1,5 +1,5 @@
{ newScope, stdenv, libstdcxxHook, cmake, libxml2, python2, isl, fetchurl
, overrideCC, wrapCCWith, darwin
{ newScope, stdenv, libstdcxxHook, isl, fetchurl
, overrideCC, wrapCCWith
, buildLlvmTools # tools, but from the previous stage, for cross
, targetLlvmLibraries # libraries, but from the next stage, for cross
}:

View File

@@ -8,7 +8,6 @@
, libffi
, libbfd
, libxml2
, valgrind
, ncurses
, version
, zlib

View File

@@ -1,4 +1,4 @@
{ newScope, stdenv, libstdcxxHook, isl, fetchurl, overrideCC, wrapCCWith, darwin
{ newScope, stdenv, libstdcxxHook, isl, fetchurl, overrideCC, wrapCCWith
, buildLlvmTools # tools, but from the previous stage, for cross
, targetLlvmLibraries # libraries, but from the next stage, for cross
}:

View File

@@ -8,7 +8,6 @@
, libffi
, libbfd
, libxml2
, valgrind
, ncurses
, version
, zlib

View File

@@ -1,4 +1,4 @@
{ newScope, stdenv, libstdcxxHook, isl, fetchurl, overrideCC, wrapCCWith, darwin
{ newScope, stdenv, libstdcxxHook, isl, fetchurl, overrideCC, wrapCCWith
, buildLlvmTools # tools, but from the previous stage, for cross
, targetLlvmLibraries # libraries, but from the next stage, for cross
}:

View File

@@ -8,14 +8,12 @@
, libffi
, libbfd
, libxml2
, valgrind
, ncurses
, version
, zlib
, compiler-rt_src
, debugVersion ? false
, enableSharedLibraries ? (buildPlatform == hostPlatform)
, darwin
, buildPackages
, buildPlatform
, hostPlatform

View File

@@ -1,6 +1,5 @@
{ lowPrio, newScope, stdenv, targetPlatform, cmake, libstdcxxHook
{ lowPrio, newScope, stdenv, cmake, libstdcxxHook
, libxml2, python2, isl, fetchurl, overrideCC, wrapCCWith
, darwin
, buildLlvmTools # tools, but from the previous stage, for cross
, targetLlvmLibraries # libraries, but from the next stage, for cross
}:

View File

@@ -1,4 +1,4 @@
{ lib, stdenv, fetch, cmake, python, llvm, libcxxabi, fixDarwinDylibNames, version }:
{ lib, stdenv, fetch, cmake, python, libcxxabi, fixDarwinDylibNames, version }:
stdenv.mkDerivation rec {
name = "libc++-${version}";

View File

@@ -1,9 +1,7 @@
{ stdenv
, fetch
, cmake
, zlib
, llvm
, python
, version
}:

View File

@@ -6,7 +6,6 @@
, libffi
, libbfd
, libxml2
, valgrind
, ncurses
, version
, release_version
@@ -15,7 +14,6 @@
, debugVersion ? false
, enableManpages ? false
, enableSharedLibraries ? true
, darwin
}:
let

View File

@@ -1,7 +1,6 @@
{ stdenv
, fetch
, cmake
, zlib
, llvm
, perl
, version

View File

@@ -1,4 +1,4 @@
{ stdenv, fetch, cmake, libxml2, llvm, version, release_version, clang-tools-extra_src, python
{ stdenv, fetch, cmake, libxml2, llvm, version, clang-tools-extra_src, python
, fixDarwinDylibNames
, enableManpages ? false
}:

View File

@@ -1,6 +1,5 @@
{ lowPrio, newScope, stdenv, targetPlatform, cmake, libstdcxxHook
{ lowPrio, newScope, stdenv, cmake, libstdcxxHook
, libxml2, python2, isl, fetchurl, overrideCC, wrapCCWith
, darwin
, buildLlvmTools # tools, but from the previous stage, for cross
, targetLlvmLibraries # libraries, but from the next stage, for cross
}:

View File

@@ -1,4 +1,4 @@
{ lib, stdenv, fetch, cmake, python, llvm, libcxxabi, fixDarwinDylibNames, version }:
{ lib, stdenv, fetch, cmake, python, libcxxabi, fixDarwinDylibNames, version }:
stdenv.mkDerivation rec {
name = "libc++-${version}";

View File

@@ -1,9 +1,7 @@
{ stdenv
, fetch
, cmake
, zlib
, llvm
, python
, version
}:

View File

@@ -1,12 +1,10 @@
{ stdenv
, fetch
, fetchpatch
, cmake
, python
, libffi
, libbfd
, libxml2
, valgrind
, ncurses
, version
, release_version
@@ -15,7 +13,6 @@
, debugVersion ? false
, enableManpages ? false
, enableSharedLibraries ? true
, darwin
}:
let

View File

@@ -1,7 +1,6 @@
{ stdenv
, fetch
, cmake
, zlib
, llvm
, perl
, version

View File

@@ -1,4 +1,4 @@
{ stdenv, fetch, cmake, libxml2, llvm, version, release_version, clang-tools-extra_src, python
{ stdenv, fetch, cmake, libxml2, llvm, version, clang-tools-extra_src, python
, fixDarwinDylibNames
, enableManpages ? false
}:

View File

@@ -1,6 +1,5 @@
{ lowPrio, newScope, stdenv, targetPlatform, cmake, libstdcxxHook
{ lowPrio, newScope, stdenv, cmake, libstdcxxHook
, libxml2, python2, isl, fetchurl, overrideCC, wrapCCWith
, darwin
, buildLlvmTools # tools, but from the previous stage, for cross
, targetLlvmLibraries # libraries, but from the next stage, for cross
}:

View File

@@ -1,4 +1,4 @@
{ lib, stdenv, fetch, cmake, python, llvm, libcxxabi, fixDarwinDylibNames, version }:
{ lib, stdenv, fetch, cmake, python, libcxxabi, fixDarwinDylibNames, version }:
stdenv.mkDerivation rec {
name = "libc++-${version}";

View File

@@ -3,7 +3,6 @@
, cmake
, libxml2
, llvm
, python
, version
}:

View File

@@ -1,12 +1,10 @@
{ stdenv
, fetch
, fetchpatch
, cmake
, python
, libffi
, libbfd
, libxml2
, valgrind
, ncurses
, version
, release_version
@@ -15,7 +13,6 @@
, enableManpages ? false
, enableSharedLibraries ? true
, enableWasm ? true
, darwin
}:
let

View File

@@ -1,7 +1,6 @@
{ stdenv
, fetch
, cmake
, zlib
, llvm
, perl
, version