Skip to content

Commit f56ea40

Browse files
committed
python3Packages.tensorflow: fix typo
1 parent 5a50bc3 commit f56ea40

File tree

1 file changed

+1
-1
lines changed
  • pkgs/development/python-modules/tensorflow

1 file changed

+1
-1
lines changed

pkgs/development/python-modules/tensorflow/bin.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ buildPythonPackage rec {
6464
cuda = lib.optionalString cudaSupport (if isCudaJetson then "_jetson" else "_gpu");
6565
key = "${platform}_${pyVerNoDot}${cuda}";
6666
in
67-
fetchurl (packages.${key} or (throw "tensoflow-bin: unsupported configuration: ${key}"));
67+
fetchurl (packages.${key} or (throw "tensorflow-bin: unsupported configuration: ${key}"));
6868

6969
buildInputs = [ llvmPackages.openmp ];
7070

0 commit comments

Comments
 (0)