Skip to content

Commit 854485c

Browse files
authored
system-nixpkgs-map: add tensorflow, opencv (#465)
1 parent 3db580a commit 854485c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/system-nixpkgs-map.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ pkgs:
7070
boost_unit_test_framework = pkgs.boost;
7171
boost_wave = pkgs.boost;
7272
boost_wserialization = pkgs.boost;
73+
tensorflow = pkgs.libtensorflow;
74+
opencv = pkgs.opencv3;
7375
}
7476
# -- windows
7577
// { advapi32 = null; gdi32 = null; imm32 = null; msimg32 = null;

0 commit comments

Comments
 (0)