3
0
Fork 0
forked from mirrors/nixpkgs

mathematica: use opencv4

The default opencv2 is marked broken at 5e68d203, and it is suggested
there that the current release is 4.x.
This commit is contained in:
Guanpeng Xu 2020-10-21 08:36:54 +08:00
parent 507c588481
commit efe94c085b

View file

@ -12,7 +12,7 @@
, glib
, libssh2
, ncurses
, opencv2
, opencv4
, openssl
, unixODBC
, xkeyboard_config
@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
glib
libssh2
ncurses
opencv2
opencv4
openssl
stdenv.cc.cc.lib
unixODBC