Изменил nix-ld для nekoray
This commit is contained in:
parent
ccbd8fcc1e
commit
7308e7cf4d
1 changed files with 33 additions and 0 deletions
|
@ -89,6 +89,39 @@
|
|||
# glib
|
||||
# libGLU.out
|
||||
stdenv.cc.cc # Нужно чтоб yt-dlp в dev shell видел ffmpeg
|
||||
# Nekoray (Throne)
|
||||
kdePackages.qtbase
|
||||
kdePackages.qttools
|
||||
kdePackages.qtwayland
|
||||
kdePackages.qtsvg
|
||||
kdePackages.qtimageformats
|
||||
util-linux
|
||||
zlib
|
||||
zstd
|
||||
mesa
|
||||
libGL
|
||||
libglvnd
|
||||
libxkbcommon
|
||||
freetype
|
||||
fontconfig
|
||||
xorg.libX11
|
||||
xorg.libXext
|
||||
xorg.libXrandr
|
||||
xorg.libXrender
|
||||
xorg.libXcursor
|
||||
xorg.libXxf86vm
|
||||
xorg.libXi
|
||||
xorg.libxcb
|
||||
xorg.libXfixes
|
||||
xorg.xcbutil
|
||||
xorg.xcbutilkeysyms
|
||||
xorg.xcbutilwm
|
||||
xorg.xcbutilimage
|
||||
xorg.xcbutilrenderutil
|
||||
xcb-util-cursor
|
||||
glib
|
||||
dbus
|
||||
krb5
|
||||
];
|
||||
};
|
||||
zsh.enable = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue