From 5d4509bc031dd7a223064db0e2710f2f7056578f Mon Sep 17 00:00:00 2001 From: Sizhe Zhao Date: Fri, 29 Aug 2025 19:42:18 +0800 Subject: [PATCH] slack: avoid with lib; --- pkgs/by-name/sl/slack/package.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/sl/slack/package.nix b/pkgs/by-name/sl/slack/package.nix index 443f8ffcf78b..5fb7788eb0c6 100644 --- a/pkgs/by-name/sl/slack/package.nix +++ b/pkgs/by-name/sl/slack/package.nix @@ -83,13 +83,13 @@ let } .${system} or throwSystem; - meta = with lib; { + meta = { description = "Desktop client for Slack"; homepage = "https://slack.com"; changelog = "https://slack.com/release-notes"; - sourceProvenance = with sourceTypes; [ binaryNativeCode ]; - license = licenses.unfree; - maintainers = with maintainers; [ + sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; + license = lib.licenses.unfree; + maintainers = with lib.maintainers; [ mmahut prince213 teutat3s