nvidia-docker: clean up drv inputs

This commit is contained in:
Phillip Cloud 2021-01-09 09:49:46 -05:00
parent 6b5b64173f
commit e94a0228c5

View file

@ -1,18 +1,4 @@
{ stdenv
, lib
, fetchFromGitHub
, fetchpatch
, callPackage
, makeWrapper
, buildGoModule
, buildGoPackage
, glibc
, docker
, linkFarm
}:
with lib; let
in
{ stdenv, lib, fetchFromGitHub, callPackage }:
stdenv.mkDerivation rec {
pname = "nvidia-docker";
version = "2.5.0";