flood: fix mainProgram merge issue
The package was repackaged using `buildNpmPackage` ([1]). In parallel its `meta.mainProgram` was defined for the old `node-packages.nix` packaging format ([2]). Both branches were merged almost at the same time, breaking the build. [1]: https://github.com/NixOS/nixpkgs/pull/245435 [2]: https://github.com/NixOS/nixpkgs/pull/247095
This commit is contained in:
parent
132ae24038
commit
25bbc404a1
2 changed files with 1 additions and 1 deletions
|
@ -21,5 +21,6 @@ buildNpmPackage rec {
|
|||
homepage = "https://flood.js.org";
|
||||
license = licenses.gpl3Only;
|
||||
maintainers = with maintainers; [ thiagokokada winter ];
|
||||
mainProgram = "flood";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -46,7 +46,6 @@
|
|||
firebase-tools = "firebase";
|
||||
fkill-cli = "fkill";
|
||||
fleek-cli = "fleek";
|
||||
flood = "flood";
|
||||
git-run = "gr";
|
||||
gitmoji-cli = "gitmoji";
|
||||
graphql-cli = "graphql";
|
||||
|
|
Loading…
Reference in a new issue