nodePackages.expo-cli: init 3.27.14

This commit is contained in:
Jan Tojnar 2020-08-27 23:42:58 +02:00
parent 0257d8f629
commit 6d7aafccbf
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4
3 changed files with 7612 additions and 1988 deletions

View file

@ -59,6 +59,12 @@ let
buildInputs = [ pkgs.phantomjs2 ];
};
expo-cli = super."expo-cli".overrideNodeAttrs (attrs: {
__acceptOverrideNodeAttrsCanBeDroppedAnytime = true;
# The traveling-fastlane-darwin optional dependency aborts build on Linux.
dependencies = builtins.filter (d: d.packageName != "@expo/traveling-fastlane-${if stdenv.isLinux then "darwin" else "linux"}") attrs.dependencies;
});
git-ssb = super.git-ssb.override {
buildInputs = [ self.node-gyp-build ];
meta.broken = since "10";

View file

@ -71,6 +71,7 @@
, "escape-string-regexp"
, "eslint"
, "eslint_d"
, "expo-cli"
, {"fast-cli": "1.x"}
, "fkill-cli"
, "forever"

File diff suppressed because it is too large Load diff