From 2320ecc51c69d5d83dcffa9fb60fd5ac2c8ef0b7 Mon Sep 17 00:00:00 2001 From: pacien Date: Mon, 11 Dec 2023 21:45:13 +0100 Subject: [PATCH] unison: set meta.mainProgram --- pkgs/applications/networking/sync/unison/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/networking/sync/unison/default.nix b/pkgs/applications/networking/sync/unison/default.nix index 10bc3ca68637..5245030fd7f3 100644 --- a/pkgs/applications/networking/sync/unison/default.nix +++ b/pkgs/applications/networking/sync/unison/default.nix @@ -71,5 +71,6 @@ stdenv.mkDerivation (finalAttrs: { license = licenses.gpl3Plus; maintainers = with maintainers; [ viric ]; platforms = platforms.unix; + mainProgram = "unison"; }; })