mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
teamspeak6-client: fix libstdc++.so.6 not being found
This commit is contained in:
parent
dd953c2dc6
commit
2be8477ec4
1 changed files with 1 additions and 0 deletions
|
|
@ -109,6 +109,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
|||
makeWrapper $out/share/teamspeak6-client/TeamSpeak $out/bin/TeamSpeak \
|
||||
--prefix LD_LIBRARY_PATH : "${
|
||||
lib.makeLibraryPath [
|
||||
gcc-unwrapped.lib
|
||||
udev
|
||||
libGL
|
||||
libpulseaudio
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue