about summary refs log tree commit diff
path: root/nixpkgs/pkgs/by-name/tu/tup/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/by-name/tu/tup/package.nix')
-rw-r--r--nixpkgs/pkgs/by-name/tu/tup/package.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/by-name/tu/tup/package.nix b/nixpkgs/pkgs/by-name/tu/tup/package.nix
index 902508129cb2..269ee96f1a73 100644
--- a/nixpkgs/pkgs/by-name/tu/tup/package.nix
+++ b/nixpkgs/pkgs/by-name/tu/tup/package.nix
@@ -58,6 +58,7 @@ in stdenv.mkDerivation rec {
 
   meta = with lib; {
     description = "A fast, file-based build system";
+    mainProgram = "tup";
     longDescription = ''
       Tup is a file-based build system for Linux, OSX, and Windows. It inputs a list
       of file changes and a directed acyclic graph (DAG), then processes the DAG to