Merge branch 'master' into 'master'

Fixed keyboard problems with Simulink

See merge request doronbehar/nix-matlab!2
This commit is contained in:
Doron Behar 2021-09-07 17:29:19 +00:00
commit 63699ca6a1

View file

@ -39,6 +39,10 @@ pkgs:
udev
jre
ncurses # Needed for CLI
# Keyboard input may not work in simulink otherwise
libxkbcommon
xkeyboard_config
]) ++ (with pkgs.xorg; [
libSM
libX11