pkgs/*: remove unreferenced function arguments
This commit is contained in:
@@ -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}";
|
||||
|
||||
Reference in New Issue
Block a user