Skip to content

Commit 9f11274

Browse files
Try #1792:
2 parents a788a7e + 39df92a commit 9f11274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pkgconf-nixpkgs-map.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3182,7 +3182,7 @@ pkgs:
31823182
"libtap" = [ "libtap" ];
31833183
"libtasn1" = [ "libtasn1" ];
31843184
"libtelnet" = [ "libtelnet" ];
3185-
"tensorflow" = [ "libtensorflow" ];
3185+
"tensorflow" = pkgs.lib.optional (builtins.compareVersions pkgs.lib.version "21.11" >= 0) "libtensorflow";
31863186
# "tensorflow" = [ "libtensorflow-bin" ];
31873187
"termkey" = [ "libtermkey" ];
31883188
"libthai" = [ "libthai" ];

0 commit comments

Comments
 (0)