about summary refs log tree commit diff
path: root/nixpkgs/pkgs/servers/pinnwand/steck.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/servers/pinnwand/steck.nix')
-rw-r--r--nixpkgs/pkgs/servers/pinnwand/steck.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/servers/pinnwand/steck.nix b/nixpkgs/pkgs/servers/pinnwand/steck.nix
index 34e2315ff273..32e2141d2a9d 100644
--- a/nixpkgs/pkgs/servers/pinnwand/steck.nix
+++ b/nixpkgs/pkgs/servers/pinnwand/steck.nix
@@ -44,6 +44,7 @@ python3Packages.buildPythonApplication rec {
     homepage = "https://github.com/supakeen/steck";
     license = licenses.mit;
     description = "Client for pinnwand pastebin";
+    mainProgram = "steck";
     maintainers = with maintainers; [ hexa ];
   };
 }