From e4ea814f0c8e49424f6cc5c5de3f62530bf04227 Mon Sep 17 00:00:00 2001 From: Atemu Date: Thu, 7 Nov 2024 14:01:05 +0100 Subject: [PATCH] teamspeak3: avoid `with lib;` --- pkgs/by-name/te/teamspeak3/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/te/teamspeak3/package.nix b/pkgs/by-name/te/teamspeak3/package.nix index b7ccde2d1390..d47810b46132 100644 --- a/pkgs/by-name/te/teamspeak3/package.nix +++ b/pkgs/by-name/te/teamspeak3/package.nix @@ -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