about summary refs log tree commit diff
path: root/pkgs/development/python-modules/tensorflow
diff options
context:
space:
mode:
authorRyan Burns <rtburns@protonmail.com>2021-09-25 18:12:51 -0700
committerRyan Burns <rtburns@protonmail.com>2021-09-25 20:17:45 -0700
commit7ba89a2e22ebd4c0aa014ae21982c32f8020f6ec (patch)
treeae9e2cee12e1d84dc33f113d9d14579c2956867d /pkgs/development/python-modules/tensorflow
parent90ce42821807f7476b54ed01e945317c0c14ce3d (diff)
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)
Diffstat (limited to 'pkgs/development/python-modules/tensorflow')
-rw-r--r--pkgs/development/python-modules/tensorflow/bin.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/pkgs/development/python-modules/tensorflow/bin.nix b/pkgs/development/python-modules/tensorflow/bin.nix
index f5960f0e29ec1..8d8690d3e5c53 100644
--- a/pkgs/development/python-modules/tensorflow/bin.nix
+++ b/pkgs/development/python-modules/tensorflow/bin.nix
@@ -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 = [