Skip to content

Commit

Permalink
format according to nixfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin committed Jan 24, 2025
1 parent f556072 commit 0b9d69d
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,12 @@ stdenv.mkDerivation rec {
cp logo-256.png $out/share/icons/hicolor/64x64/apps/${pname}.png
makeWrapper $out/share/${pname}/TeamSpeak $out/bin/TeamSpeak \
--prefix LD_LIBRARY_PATH : "${lib.makeLibraryPath [ udev libGL ]}"
--prefix LD_LIBRARY_PATH : "${
lib.makeLibraryPath [
udev
libGL
]
}"
runHook postInstall
'';
Expand Down

0 comments on commit 0b9d69d

Please sign in to comment.