mathematica: explicitly use opencv2
This commit is contained in:
parent
ce6107be9c
commit
53effac040
@ -8,7 +8,7 @@
|
|||||||
, gcc
|
, gcc
|
||||||
, glib
|
, glib
|
||||||
, ncurses
|
, ncurses
|
||||||
, opencv
|
, opencv2
|
||||||
, openssl
|
, openssl
|
||||||
, unixODBC
|
, unixODBC
|
||||||
, xorg
|
, xorg
|
||||||
@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
|
|||||||
gcc.libc
|
gcc.libc
|
||||||
glib
|
glib
|
||||||
ncurses
|
ncurses
|
||||||
opencv
|
opencv2
|
||||||
openssl
|
openssl
|
||||||
unixODBC
|
unixODBC
|
||||||
libxml2
|
libxml2
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
, gcc
|
, gcc
|
||||||
, glib
|
, glib
|
||||||
, ncurses
|
, ncurses
|
||||||
, opencv
|
, opencv2
|
||||||
, openssl
|
, openssl
|
||||||
, unixODBC
|
, unixODBC
|
||||||
, xkeyboard_config
|
, xkeyboard_config
|
||||||
@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
|
|||||||
gcc.libc
|
gcc.libc
|
||||||
glib
|
glib
|
||||||
ncurses
|
ncurses
|
||||||
opencv
|
opencv2
|
||||||
openssl
|
openssl
|
||||||
unixODBC
|
unixODBC
|
||||||
xkeyboard_config
|
xkeyboard_config
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
, gcc
|
, gcc
|
||||||
, glib
|
, glib
|
||||||
, ncurses
|
, ncurses
|
||||||
, opencv
|
, opencv2
|
||||||
, openssl
|
, openssl
|
||||||
, unixODBC
|
, unixODBC
|
||||||
, xorg
|
, xorg
|
||||||
@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
|
|||||||
gcc.libc
|
gcc.libc
|
||||||
glib
|
glib
|
||||||
ncurses
|
ncurses
|
||||||
opencv
|
opencv2
|
||||||
openssl
|
openssl
|
||||||
unixODBC
|
unixODBC
|
||||||
] ++ (with xorg; [
|
] ++ (with xorg; [
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
, glib
|
, glib
|
||||||
, libssh2
|
, libssh2
|
||||||
, ncurses
|
, ncurses
|
||||||
, opencv
|
, opencv2
|
||||||
, openssl
|
, openssl
|
||||||
, unixODBC
|
, unixODBC
|
||||||
, xkeyboard_config
|
, xkeyboard_config
|
||||||
@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
|
|||||||
glib
|
glib
|
||||||
libssh2
|
libssh2
|
||||||
ncurses
|
ncurses
|
||||||
opencv
|
opencv2
|
||||||
openssl
|
openssl
|
||||||
stdenv.cc.cc.lib
|
stdenv.cc.cc.lib
|
||||||
unixODBC
|
unixODBC
|
||||||
|
Loading…
x
Reference in New Issue
Block a user