Merge pull request #104735 from thiagokokada/flood-init-2nd-try

flood: init at 4.2.0
This commit is contained in:
Sandro 2020-12-02 12:52:08 +01:00 committed by GitHub
commit ffe9244ee6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 605 additions and 475 deletions

View file

@ -59,6 +59,10 @@ let
buildInputs = [ pkgs.phantomjs2 ];
};
flood = super.flood.override {
buildInputs = [ self.node-pre-gyp ];
};
expo-cli = super."expo-cli".override (attrs: {
# 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;

View file

@ -80,6 +80,7 @@
, {"fast-cli": "1.x"}
, "fauna-shell"
, "fkill-cli"
, "flood"
, "forever"
, "fx"
, "get-graphql-schema"

File diff suppressed because it is too large Load diff

View file

@ -1174,6 +1174,8 @@ in
fitnesstrax = callPackage ../applications/misc/fitnesstrax/default.nix { };
flood = nodePackages.flood;
fxlinuxprintutil = callPackage ../tools/misc/fxlinuxprintutil { };
genpass = callPackage ../tools/security/genpass {