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 , glib
, libssh2 , libssh2
, ncurses , ncurses
, opencv2 , opencv4
, openssl , openssl
, unixODBC , unixODBC
, xkeyboard_config , xkeyboard_config
@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
glib glib
libssh2 libssh2
ncurses ncurses
opencv2 opencv4
openssl openssl
stdenv.cc.cc.lib stdenv.cc.cc.lib
unixODBC unixODBC