about summary refs log tree commit diff
path: root/pkgs/by-name/bu/bullshit/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/bu/bullshit/package.nix')
-rw-r--r--pkgs/by-name/bu/bullshit/package.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/by-name/bu/bullshit/package.nix b/pkgs/by-name/bu/bullshit/package.nix
index 64f50f1d2b30..c32123eb1451 100644
--- a/pkgs/by-name/bu/bullshit/package.nix
+++ b/pkgs/by-name/bu/bullshit/package.nix
@@ -35,6 +35,7 @@ stdenvNoCC.mkDerivation {
 
   meta = with lib; {
     description = "A nonsense phrase generator";
+    mainProgram = "bullshit";
     homepage = "https://github.com/fceschmidt/bullshit-arch";
     license = licenses.gpl2Only;
     maintainers = with maintainers; [ krloer ];