mirror of
https://git.adityakumar.xyz/nix-matlab.git
synced 2024-11-12 17:29:44 +00:00
update python engine meta.description
This commit is contained in:
parent
7ec25839d9
commit
2871efeb71
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@
|
||||||
'';
|
'';
|
||||||
meta = metaCommon // {
|
meta = metaCommon // {
|
||||||
homepage = "https://www.mathworks.com/help/matlab/matlab-engine-for-python.html";
|
homepage = "https://www.mathworks.com/help/matlab/matlab-engine-for-python.html";
|
||||||
description = "A python shell from which you can use matlab's python engine or launch matlab from CLI";
|
description = "A python shell from which you can use matlab's python engine";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
packages.x86_64-linux.matlab-mlint = pkgs.buildFHSUserEnv {
|
packages.x86_64-linux.matlab-mlint = pkgs.buildFHSUserEnv {
|
||||||
|
|
Loading…
Reference in a new issue