flood: init at 4.1.2
This commit is contained in:
committed by
Sandro Jäckel
parent
415a269827
commit
d832774343
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user