vintagestory: replace deprecated xorg.* attrs with top-level equivalents
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -5,7 +5,9 @@
|
|||||||
makeWrapper,
|
makeWrapper,
|
||||||
makeDesktopItem,
|
makeDesktopItem,
|
||||||
copyDesktopItems,
|
copyDesktopItems,
|
||||||
xorg,
|
libx11,
|
||||||
|
libxi,
|
||||||
|
libxcursor,
|
||||||
gtk2,
|
gtk2,
|
||||||
sqlite,
|
sqlite,
|
||||||
openal,
|
openal,
|
||||||
@@ -35,8 +37,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ dotnet-runtime_8 ];
|
buildInputs = [ dotnet-runtime_8 ];
|
||||||
|
|
||||||
runtimeLibs = lib.makeLibraryPath (
|
runtimeLibs = lib.makeLibraryPath [
|
||||||
[
|
|
||||||
gtk2
|
gtk2
|
||||||
sqlite
|
sqlite
|
||||||
openal
|
openal
|
||||||
@@ -47,13 +48,10 @@ stdenv.mkDerivation rec {
|
|||||||
libglvnd
|
libglvnd
|
||||||
pipewire
|
pipewire
|
||||||
libpulseaudio
|
libpulseaudio
|
||||||
]
|
libx11
|
||||||
++ (with xorg; [
|
libxi
|
||||||
libX11
|
libxcursor
|
||||||
libXi
|
];
|
||||||
libXcursor
|
|
||||||
])
|
|
||||||
);
|
|
||||||
|
|
||||||
desktopItems = [
|
desktopItems = [
|
||||||
(makeDesktopItem {
|
(makeDesktopItem {
|
||||||
|
|||||||
Reference in New Issue
Block a user