pkgs.xorg is deprecated, switch to pkgs.* instead
This commit is contained in:
parent
d4feeea1fb
commit
4881bd6e2e
3 changed files with 42 additions and 31 deletions
|
|
@ -21,7 +21,18 @@
|
|||
makeWrapper,
|
||||
openssl,
|
||||
stdenv,
|
||||
xorg,
|
||||
libice,
|
||||
libsm,
|
||||
libx11,
|
||||
libxau,
|
||||
libxcb,
|
||||
libxext,
|
||||
libxi,
|
||||
libxrender,
|
||||
libxcb-image,
|
||||
libxcb-keysyms,
|
||||
libxcb-render-util,
|
||||
libxcb-wm,
|
||||
zlib,
|
||||
wrapGAppsHook3,
|
||||
## crack
|
||||
|
|
@ -94,18 +105,18 @@ in
|
|||
libxkbcommon
|
||||
openssl
|
||||
stdenv.cc.cc
|
||||
xorg.libICE
|
||||
xorg.libSM
|
||||
xorg.libX11
|
||||
xorg.libXau
|
||||
xorg.libxcb
|
||||
xorg.libXext
|
||||
xorg.libXi
|
||||
xorg.libXrender
|
||||
xorg.xcbutilimage
|
||||
xorg.xcbutilkeysyms
|
||||
xorg.xcbutilrenderutil
|
||||
xorg.xcbutilwm
|
||||
libice
|
||||
libsm
|
||||
libx11
|
||||
libxau
|
||||
libxcb
|
||||
libxext
|
||||
libxi
|
||||
libxrender
|
||||
libxcb-image
|
||||
libxcb-keysyms
|
||||
libxcb-render-util
|
||||
libxcb-wm
|
||||
zlib
|
||||
];
|
||||
buildInputs = runtimeDependencies;
|
||||
|
|
|
|||
|
|
@ -36,20 +36,20 @@
|
|||
stdenv.cc.cc
|
||||
systemd
|
||||
vulkan-loader
|
||||
xorg.libX11
|
||||
xorg.libXScrnSaver
|
||||
xorg.libXcomposite
|
||||
xorg.libXcursor
|
||||
xorg.libXdamage
|
||||
xorg.libXext
|
||||
xorg.libXfixes
|
||||
xorg.libXi
|
||||
xorg.libXrandr
|
||||
xorg.libXrender
|
||||
xorg.libXtst
|
||||
xorg.libxcb
|
||||
xorg.libxkbfile
|
||||
xorg.libxshmfence
|
||||
libx11
|
||||
libxscrnsaver
|
||||
libxcomposite
|
||||
libxcursor
|
||||
libxdamage
|
||||
libxext
|
||||
libxfixes
|
||||
libxi
|
||||
libxrandr
|
||||
libxrender
|
||||
libxtst
|
||||
libxcb
|
||||
libxkbfile
|
||||
libxshmfence
|
||||
zlib
|
||||
|
||||
glfw
|
||||
|
|
|
|||
|
|
@ -8,10 +8,10 @@
|
|||
];
|
||||
## Fixes gamescope (NOTE: no clue what this means)
|
||||
extraPackages = with pkgs; [
|
||||
xorg.libXcursor
|
||||
xorg.libXi
|
||||
xorg.libXinerama
|
||||
xorg.libXScrnSaver
|
||||
libXcursor
|
||||
libxi
|
||||
libxinerama
|
||||
libxscrnsaver
|
||||
libpng
|
||||
libpulseaudio
|
||||
libvorbis
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue