teamspeak3: avoid with lib;

This commit is contained in:
Atemu
2024-11-09 22:37:12 +01:00
parent 585c5ae3bc
commit e4ea814f0c
+3 -3
View File
@@ -124,17 +124,17 @@ stdenv.mkDerivation rec {
runHook postInstall
'';
meta = with lib; {
meta = {
description = "TeamSpeak voice communication tool";
homepage = "https://teamspeak.com/";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
license = {
# See distribution-permit.txt for a confirmation that nixpkgs is allowed to distribute TeamSpeak.
fullName = "Teamspeak client license";
url = "https://www.teamspeak.com/en/privacy-and-terms/";
free = false;
};
maintainers = with maintainers; [
maintainers = with lib.maintainers; [
lhvwb
lukegb
atemu