Matlab: Difference between revisions

imported>Mazurel
No edit summary
imported>Mazurel
No edit summary
Line 5: Line 5:
Matlab due to it's installation method and licensing is really problematic to package into nixpkgs[https://github.com/NixOS/nixpkgs/issues/56887], that is why the only way to install it is to use some imperative way (to install it outside the nix store).
Matlab due to it's installation method and licensing is really problematic to package into nixpkgs[https://github.com/NixOS/nixpkgs/issues/56887], that is why the only way to install it is to use some imperative way (to install it outside the nix store).


=== Based on Doronbehar [https://gitlab.com/doronbehar/nix-matlab] repo (with or without flakes)===
=== (Recommended) Based on Doronbehar [https://gitlab.com/doronbehar/nix-matlab] repo (with or without flakes)===


You may prefer to use [https://gitlab.com/doronbehar/nix-matlab this method] by doronbehar. It is based on the one described below, but requires less work.
You may prefer to use [https://gitlab.com/doronbehar/nix-matlab this method] by doronbehar. It is based on the one described below, but requires less work.
Line 49: Line 49:
}
}
</pre>
</pre>
==== I can't see anything ====
If you are using Window Manager and Matlab does not display anything, you will need to use <code>wmname</code> command (preferably when starting your session). Just run <code>wmname LG3D</code>, run Matlab again and the issue should be fixed.