flood: init at 4.1.2

This commit is contained in:
Thiago Kenji Okada 2020-11-24 00:34:07 -03:00 committed by Sandro Jäckel
parent 415a269827
commit d832774343
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5
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

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