about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorOTABI Tomoya <tomoya.otabi@gmail.com>2023-11-23 15:05:21 +0900
committerGitHub <noreply@github.com>2023-11-23 15:05:21 +0900
commitce956d54ca67c693347c58a57ddb9cce199f71ee (patch)
tree538a2176d6070cdbf36bd3e0e161bcf9b4056318 /pkgs/applications
parent860e25b5293f908ce1f6c78551a69253ee602fa2 (diff)
parent8bfe8944cf48f7d2c0e9af812d551340e09e6cd2 (diff)
Merge pull request #269216 from ivan770/mako-main-program
mako: add mainProgram
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/misc/mako/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/misc/mako/default.nix b/pkgs/applications/misc/mako/default.nix
index ffad5a5684fa3..b4eeb51049bea 100644
--- a/pkgs/applications/misc/mako/default.nix
+++ b/pkgs/applications/misc/mako/default.nix
@@ -35,5 +35,6 @@ stdenv.mkDerivation rec {
     license = licenses.mit;
     maintainers = with maintainers; [ dywedir synthetica ];
     platforms = platforms.linux;
+    mainProgram = "mako";
   };
 }