Merge pull request #104735 from thiagokokada/flood-init-2nd-try
flood: init at 4.2.0
This commit is contained in:
commit
ffe9244ee6
@ -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"
|
||||
|
1073
pkgs/development/node-packages/node-packages.nix
generated
1073
pkgs/development/node-packages/node-packages.nix
generated
File diff suppressed because it is too large
Load Diff
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user