about summary refs log tree commit diff
path: root/pkgs/applications/misc/tiv/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/tiv/default.nix')
-rw-r--r--pkgs/applications/misc/tiv/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/misc/tiv/default.nix b/pkgs/applications/misc/tiv/default.nix
index 30117180b74c..4bfb705ae861 100644
--- a/pkgs/applications/misc/tiv/default.nix
+++ b/pkgs/applications/misc/tiv/default.nix
@@ -32,6 +32,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     homepage = "https://github.com/stefanhaustein/TerminalImageViewer";
     description = "Small C++ program to display images in a (modern) terminal using RGB ANSI codes and unicode block graphics characters";
+    mainProgram = "tiv";
     license = licenses.asl20;
     maintainers = with maintainers; [ magnetophon ];
     platforms = [ "x86_64-linux" ];