texlab: fix darwin build

This commit is contained in:
Yevhen Shymotiuk
2021-05-18 18:29:37 -07:00
committed by Jonathan Ringer
parent 12103ae09f
commit e3f825bdc2
2 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -13796,7 +13796,7 @@ in
texi2mdoc = callPackage ../tools/misc/texi2mdoc { };
texlab = callPackage ../development/tools/misc/texlab {
inherit (darwin.apple_sdk.frameworks) Security;
inherit (darwin.apple_sdk.frameworks) Security CoreServices;
};
tflint = callPackage ../development/tools/analysis/tflint { };