mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
flood: set 'meta.mainProgram'
This commit is contained in:
parent
7992c7e9c9
commit
d317ed3d47
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@ let
|
|||
|
||||
flood = super.flood.override {
|
||||
buildInputs = [ self.node-pre-gyp ];
|
||||
meta.mainProgram = "flood";
|
||||
};
|
||||
|
||||
expo-cli = super."expo-cli".override (attrs: {
|
||||
|
|
Loading…
Reference in a new issue