-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmatlab-deps.nix
81 lines (72 loc) · 1.04 KB
/
matlab-deps.nix
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
/* This list of dependencies is based on the official Mathworks dockerfile for
R2020a, available at
https://github.com/mathworks-ref-arch/container-images
*/
pkgs:
(with pkgs; [
cacert
alsa-lib # libasound2
atk
glib
glibc
cairo
cups
dbus
fontconfig
gdk-pixbuf
gst_all_1.gst-plugins-base
gst_all_1.gstreamer
gtk3
nspr
nss
pam
pango
python3
libselinux
libsndfile
glibcLocales
procps
unzip
zlib
linux-pam
# These packages are needed since 2021b version
#gnome2.gtk
gtk2
at-spi2-atk
at-spi2-core
libdrm
mesa.drivers
mesa
gcc
gfortran
# nixos specific
udev
jre
ncurses # Needed for CLI
# Keyboard input may not work in simulink otherwise
libxkbcommon
xkeyboard_config
# Needed since 2022a
libglvnd
# Needed since 2022b
libuuid
libxcrypt
libxcrypt-legacy
]) ++ (with pkgs.xorg; [
libSM
libX11
libxcb
libXcomposite
libXcursor
libXdamage
libXext
libXfixes
libXft
libXi
libXinerama
libXrandr
libXrender
libXt
libXtst
libXxf86vm
])