From d82cd10e9aa87b834aea929e3fd2ef662b1975f1 Mon Sep 17 00:00:00 2001 From: Kai Norman Clasen Date: Sat, 21 Oct 2023 19:29:37 +0200 Subject: [PATCH] flyway: meta add `mainProgram` --- pkgs/development/tools/flyway/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/tools/flyway/default.nix b/pkgs/development/tools/flyway/default.nix index d9cffc192506..cd42388f0f82 100644 --- a/pkgs/development/tools/flyway/default.nix +++ b/pkgs/development/tools/flyway/default.nix @@ -32,6 +32,7 @@ stdenv.mkDerivation (finalAttrs: { This package is only the Community Edition of the Flyway command-line tool. ''; + mainProgram = "flyway"; downloadPage = "https://github.com/flyway/flyway"; homepage = "https://flywaydb.org/"; changelog = "https://documentation.red-gate.com/fd/release-notes-for-flyway-engine-179732572.html";