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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue