vintagestory: replace deprecated xorg.* attrs with top-level equivalents

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-10 01:57:54 +01:00
parent 7723cb4502
commit d4c86b0417

View File

@@ -5,7 +5,9 @@
makeWrapper, makeWrapper,
makeDesktopItem, makeDesktopItem,
copyDesktopItems, copyDesktopItems,
xorg, libx11,
libxi,
libxcursor,
gtk2, gtk2,
sqlite, sqlite,
openal, openal,
@@ -35,25 +37,21 @@ stdenv.mkDerivation rec {
buildInputs = [ dotnet-runtime_8 ]; buildInputs = [ dotnet-runtime_8 ];
runtimeLibs = lib.makeLibraryPath ( runtimeLibs = lib.makeLibraryPath [
[ gtk2
gtk2 sqlite
sqlite openal
openal cairo
cairo libGLU
libGLU SDL2
SDL2 freealut
freealut libglvnd
libglvnd pipewire
pipewire libpulseaudio
libpulseaudio libx11
] libxi
++ (with xorg; [ libxcursor
libX11 ];
libXi
libXcursor
])
);
desktopItems = [ desktopItems = [
(makeDesktopItem { (makeDesktopItem {