We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents db232e3 + f56ea40 commit a179479Copy full SHA for a179479
pkgs/development/python-modules/tensorflow/bin.nix
@@ -64,7 +64,7 @@ buildPythonPackage rec {
64
cuda = lib.optionalString cudaSupport (if isCudaJetson then "_jetson" else "_gpu");
65
key = "${platform}_${pyVerNoDot}${cuda}";
66
in
67
- fetchurl (packages.${key} or (throw "tensoflow-bin: unsupported configuration: ${key}"));
+ fetchurl (packages.${key} or (throw "tensorflow-bin: unsupported configuration: ${key}"));
68
69
buildInputs = [ llvmPackages.openmp ];
70
0 commit comments