about summary refs log tree commit diff
path: root/pkgs/applications/video/f1viewer
diff options
context:
space:
mode:
authorh7x4 <h7x4@nani.wtf>2023-11-27 02:17:53 +0100
committerh7x4 <h7x4@nani.wtf>2023-11-27 02:17:53 +0100
commit41974d5ed904a364dcf2f6251b1a25bb5aaa77c1 (patch)
treec1f175ca64b72db5dc39f77f9d1e070650dd4094 /pkgs/applications/video/f1viewer
parent5171694860f185961daff3b1b413dabcab421300 (diff)
treewide: add mainProgram
Diffstat (limited to 'pkgs/applications/video/f1viewer')
-rw-r--r--pkgs/applications/video/f1viewer/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/video/f1viewer/default.nix b/pkgs/applications/video/f1viewer/default.nix
index 7541ec6598a02..5d89a8df657c1 100644
--- a/pkgs/applications/video/f1viewer/default.nix
+++ b/pkgs/applications/video/f1viewer/default.nix
@@ -19,5 +19,6 @@ buildGoModule rec {
     homepage = "https://github.com/SoMuchForSubtlety/f1viewer";
     license = licenses.gpl3Only;
     maintainers = with maintainers; [ michzappa ];
+    mainProgram = "f1viewer";
   };
 }