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:
@@ -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
|
||||
]
|
||||
|
||||
@@ -27,7 +27,6 @@ let
|
||||
|
||||
sourceRoot = "${src.name}/noita-proxy";
|
||||
|
||||
useFetchCargoVendor = true;
|
||||
cargoHash = "sha256-TzUS6d6PopgGf2i1yVaXaXdzNrvfSz+Gv67BAtxYmb4=";
|
||||
buildInputs = [
|
||||
gtk3
|
||||
|
||||
Reference in New Issue
Block a user