texlab: fix macOS build (#76544)

This commit is contained in:
K. Bruneau 2019-12-26 16:12:58 -05:00 committed by Dmitry Kalinkin
parent 645d99ecc3
commit 690390d493
3 changed files with 6 additions and 2 deletions

View File

@ -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 ];
};

View File

@ -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"

View File

@ -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 { };