vintagestory: remove unused deps
Used ltrace and LD_DEBUG=libs to deduce which libraries weren't loaded from the nix store and thus already vendored. This saves ~400 MiB in closure size.
This commit is contained in:
@@ -5,12 +5,8 @@
|
||||
makeWrapper,
|
||||
makeDesktopItem,
|
||||
copyDesktopItems,
|
||||
sqlite,
|
||||
openal,
|
||||
cairo,
|
||||
libGLU,
|
||||
SDL2,
|
||||
freealut,
|
||||
libglvnd,
|
||||
pipewire,
|
||||
libpulseaudio,
|
||||
@@ -112,12 +108,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
passthru = {
|
||||
updateScript = ./update.sh;
|
||||
runtimeLibs = [
|
||||
sqlite
|
||||
openal
|
||||
cairo
|
||||
libGLU
|
||||
SDL2
|
||||
freealut
|
||||
libglvnd
|
||||
pipewire
|
||||
libpulseaudio
|
||||
|
||||
Reference in New Issue
Block a user