Commit 25bbc404 authored by Bruno BELANYI's avatar Bruno BELANYI
Browse files

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
parent 132ae240
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -21,5 +21,6 @@ buildNpmPackage rec {
    homepage = "https://flood.js.org";
    license = licenses.gpl3Only;
    maintainers = with maintainers; [ thiagokokada winter ];
    mainProgram = "flood";
  };
}
+0 −1
Original line number Diff line number Diff line
@@ -46,7 +46,6 @@
  firebase-tools = "firebase";
  fkill-cli = "fkill";
  fleek-cli = "fleek";
  flood = "flood";
  git-run = "gr";
  gitmoji-cli = "gitmoji";
  graphql-cli = "graphql";