pkgs/*: remove unreferenced function arguments

This commit is contained in:
volth
2018-07-21 02:48:04 +00:00
parent 1a6af9f88e
commit 52f53c69ce
1540 changed files with 1554 additions and 1878 deletions
@@ -1,4 +1,4 @@
{ lib, callPackage, fetchurl, fetchpatch }:
{ lib, callPackage, fetchurl }:
let
generic = args: callPackage (import ./generic.nix args) { };
@@ -12,7 +12,7 @@
, patches ? []
}:
{ stdenv, callPackage, pkgsi686Linux, fetchurl, fetchpatch
{ stdenv, callPackage, pkgsi686Linux, fetchurl
, kernel ? null, xorg, zlib, perl, nukeReferences
, # Whether to build the libraries only (i.e. not the kernel module or
# nvidia-settings). Used to support 32-bit binaries on 64-bit
@@ -1,6 +1,6 @@
nvidia_x11: sha256:
{ stdenv, lib, fetchurl, m4 }:
{ stdenv, fetchurl, m4 }:
stdenv.mkDerivation rec {
name = "nvidia-persistenced-${nvidia_x11.version}";