flood: init at 4.1.2

This commit is contained in:
Thiago Kenji Okada
2020-12-02 10:29:00 +01:00
committed by Sandro Jäckel
parent 415a269827
commit d832774343
4 changed files with 605 additions and 475 deletions
@@ -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;
@@ -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
+2
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 {