texlab: fix macOS build (#76544)
This commit is contained in:
parent
645d99ecc3
commit
690390d493
@ -95,6 +95,10 @@ nodePackages // {
|
||||
'';
|
||||
};
|
||||
|
||||
texlab-citeproc-build-deps = nodePackages."texlab-citeproc-build-deps-../tools/misc/texlab/citeproc".override {
|
||||
buildInputs = stdenv.lib.optionals stdenv.isDarwin [ pkgs.darwin.apple_sdk.frameworks.CoreServices ];
|
||||
};
|
||||
|
||||
webtorrent-cli = nodePackages.webtorrent-cli.override {
|
||||
buildInputs = [ nodePackages.node-gyp-build ];
|
||||
};
|
||||
|
@ -15,7 +15,6 @@
|
||||
, "bower2nix"
|
||||
, "browserify"
|
||||
, "castnow"
|
||||
, { "texlab-citeproc-build-deps": "../tools/misc/texlab/citeproc" }
|
||||
, "clean-css"
|
||||
, "coffee-script"
|
||||
, "coinmon"
|
||||
@ -126,6 +125,7 @@
|
||||
, "swagger"
|
||||
, {"tedicross": "git+https://github.com/TediCross/TediCross.git#v0.8.7"}
|
||||
, "tern"
|
||||
, { "texlab-citeproc-build-deps": "../tools/misc/texlab/citeproc" }
|
||||
, "textlint"
|
||||
, "textlint-plugin-latex"
|
||||
, "textlint-rule-abbr-within-parentheses"
|
||||
|
@ -10589,7 +10589,7 @@ in
|
||||
|
||||
texlab = callPackage ../development/tools/misc/texlab {
|
||||
inherit (darwin.apple_sdk.frameworks) Security;
|
||||
texlab-citeproc-build-deps = nodePackages."texlab-citeproc-build-deps-../tools/misc/texlab/citeproc";
|
||||
inherit (nodePackages) texlab-citeproc-build-deps;
|
||||
};
|
||||
|
||||
tflint = callPackage ../development/tools/analysis/tflint { };
|
||||
|
Loading…
Reference in New Issue
Block a user