mirror of
https://git.adityakumar.xyz/nix-matlab.git
synced 2024-11-08 23:59:45 +00:00
Fixed keyboard problems with Simulink
This commit is contained in:
parent
bbfb3b26b9
commit
bd864f650c
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue