python39Packages.tensorflow: remove ? null from inputs

This commit is contained in:
Sandro Jäckel
2021-11-16 19:21:32 +01:00
parent 0f72345876
commit c46f9c42b8
@@ -20,8 +20,8 @@
, tensorflow-estimator_2
, tensorflow-tensorboard_2
, cudaSupport ? false
, cudatoolkit ? null
, cudnn ? null
, cudatoolkit
, cudnn
, zlib
, python
, keras-applications
@@ -37,9 +37,6 @@
# - the source build doesn't work on Darwin.
# - the source build is currently brittle and not easy to maintain
assert cudaSupport -> cudatoolkit != null
&& cudnn != null;
# unsupported combination
assert ! (stdenv.isDarwin && cudaSupport);