about summary refs log tree commit diff
path: root/pkgs/applications/science/math/mathematica
diff options
context:
space:
mode:
authorPavol Rusnak <pavol@rusnak.io>2020-12-29 23:41:09 +0100
committerGitHub <noreply@github.com>2020-12-29 23:41:09 +0100
commit1017eb06b19a1a3daa93b508d42b5305a5c81710 (patch)
treecc6df212761d38b17b8496c4eb9036799e4b23bc /pkgs/applications/science/math/mathematica
parent534b82f743ce6799bdd4af3b637183ef25f8aa2e (diff)
parentefe94c085be78286c4f7ce493b37a9d360f26820 (diff)
Merge pull request #101227 from herberteuler/fix/mathematica-12.1.1-opencv4
mathematica: use opencv4
Diffstat (limited to 'pkgs/applications/science/math/mathematica')
-rw-r--r--pkgs/applications/science/math/mathematica/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/math/mathematica/default.nix b/pkgs/applications/science/math/mathematica/default.nix
index d04a89bd8842d..ea9a9c1b7554d 100644
--- a/pkgs/applications/science/math/mathematica/default.nix
+++ b/pkgs/applications/science/math/mathematica/default.nix
@@ -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