texlab: fix darwin build
This commit is contained in:
committed by
Jonathan Ringer
parent
12103ae09f
commit
e3f825bdc2
@@ -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 { };
|
||||
|
||||
Reference in New Issue
Block a user