Skip to content

Commit

Permalink
Remove extraneous
Browse files Browse the repository at this point in the history
  • Loading branch information
347Online committed Feb 19, 2025
1 parent c28c4a1 commit 316cf84
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions pkgs/by-name/te/teamtalk5/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -75,24 +75,16 @@ stdenv.mkDerivation (
makeWrapper $out/Applications/TeamTalk5.app/Contents/MacOS/TeamTalk5 $out/bin/teamtalk
''
+ lib.optionalString stdenv.hostPlatform.isLinux ''
makeWrapper $out/client/teamtalk5 $out/bin/teamtalk
makeWrapper $out/client/teamtalk5 $out/bin/teamtalk-client
'';

# QT_DEBUG_PLUGINS = 1;
# QT_QPA_PLATFORM_PLUGIN_PATH = "${qt5.qtbase.bin}/lib/qt-${qt5.qtbase.version}/plugins/platforms";
qtWrapperArgs = [
"--set QT_DEBUG_PLUGINS 1"
"--set QT_QPA_PLATFORM_PLUGIN_PATH ${libsForQt5.qtbase.bin}/lib/qt-${libsForQt5.qtbase.version}/plugins/platforms"
];

buildInputs = lib.optionals stdenv.hostPlatform.isLinux [
alsa-lib
openssl
pulseaudio
libsForQt5.qtspeech
libsForQt5.qtmultimedia
libsForQt5.qtx11extras
libsForQt5.qtbase
libX11
libXScrnSaver
];
Expand Down

0 comments on commit 316cf84

Please sign in to comment.