fix deprecation warnings in awakened-poe-trade and noita-entangled-worlds

awakened-poe-trade: replace xorg.libXtst/libXt with libxtst/libxt
noita-entangled-worlds: remove redundant useFetchCargoVendor

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-10 02:05:18 +01:00
parent a76effd096
commit 19f42d0fa3
2 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,8 @@
libGL,
nodejs,
electron,
xorg,
libxtst,
libxt,
wayland,
libglvnd,
}:
@@ -114,8 +115,8 @@ stdenv.mkDerivation (finalAttrs: {
--set LD_LIBRARY_PATH "${
lib.makeLibraryPath [
libGL
xorg.libXtst
xorg.libXt
libxtst
libxt
wayland
libglvnd
]