mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
flood: set 'meta.mainProgram'
This commit is contained in:
parent
7992c7e9c9
commit
d317ed3d47
@ -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 New Issue
Block a user