python3Packages.tensorflow-bin: remove nvidia_x11 reference

the nvidia driver should be picked up from /run/opengl-driver/lib
(and is, since we're already using addOpenGLRunpath)
This commit is contained in:
Ryan Burns
2021-09-25 18:12:51 -07:00
parent 90ce428218
commit 7ba89a2e22
4 changed files with 3 additions and 8 deletions
@@ -23,7 +23,6 @@
, cudaSupport ? false
, cudatoolkit ? null
, cudnn ? null
, nvidia_x11 ? null
, zlib
, python
, symlinkJoin
@@ -41,8 +40,7 @@
# - the source build is currently brittle and not easy to maintain
assert cudaSupport -> cudatoolkit != null
&& cudnn != null
&& nvidia_x11 != null;
&& cudnn != null;
# unsupported combination
assert ! (stdenv.isDarwin && cudaSupport);
@@ -126,7 +124,6 @@ in buildPythonPackage {
cudatoolkit.out
cudatoolkit.lib
cudnn
nvidia_x11
];
libpaths = [