tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
slack: avoid with lib;
Sizhe Zhao
5 months ago
5d4509bc
a78e39d5
+4
-4
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
sl
slack
package.nix
+4
-4
pkgs/by-name/sl/slack/package.nix
···
83
}
84
.${system} or throwSystem;
85
86
-
meta = with lib; {
87
description = "Desktop client for Slack";
88
homepage = "https://slack.com";
89
changelog = "https://slack.com/release-notes";
90
-
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
91
-
license = licenses.unfree;
92
-
maintainers = with maintainers; [
93
mmahut
94
prince213
95
teutat3s
···
83
}
84
.${system} or throwSystem;
85
86
+
meta = {
87
description = "Desktop client for Slack";
88
homepage = "https://slack.com";
89
changelog = "https://slack.com/release-notes";
90
+
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
91
+
license = lib.licenses.unfree;
92
+
maintainers = with lib.maintainers; [
93
mmahut
94
prince213
95
teutat3s