cudaPackages.buildRedist: remove unused arguments
Signed-off-by: Connor Baker <ConnorBaker01@gmail.com>
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
autoAddDriverRunpath,
|
||||
autoPatchelfHook,
|
||||
backendStdenv,
|
||||
config,
|
||||
cudaMajorMinorVersion,
|
||||
cudaMajorVersion,
|
||||
cudaNamePrefix,
|
||||
@@ -14,7 +13,6 @@
|
||||
lib,
|
||||
manifests,
|
||||
markForCudatoolkitRootHook,
|
||||
setupCudaHook,
|
||||
srcOnly,
|
||||
stdenv,
|
||||
stdenvNoCC,
|
||||
|
||||
@@ -132,7 +132,6 @@ let
|
||||
buildRedist = import ./buildRedist {
|
||||
inherit
|
||||
_cuda
|
||||
config
|
||||
lib
|
||||
;
|
||||
inherit (pkgs)
|
||||
@@ -151,7 +150,6 @@ let
|
||||
cudaNamePrefix
|
||||
manifests
|
||||
markForCudatoolkitRootHook
|
||||
setupCudaHook
|
||||
;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user