about summary refs log tree commit diff
path: root/pkgs/development/python-modules/strawberry-graphql/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/strawberry-graphql/default.nix')
-rw-r--r--pkgs/development/python-modules/strawberry-graphql/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/strawberry-graphql/default.nix b/pkgs/development/python-modules/strawberry-graphql/default.nix
index 494a5414bcf00..40ae06c91c8fc 100644
--- a/pkgs/development/python-modules/strawberry-graphql/default.nix
+++ b/pkgs/development/python-modules/strawberry-graphql/default.nix
@@ -186,6 +186,7 @@ buildPythonPackage rec {
 
   meta = with lib; {
     description = "A GraphQL library for Python that leverages type annotations";
+    mainProgram = "strawberry";
     homepage = "https://strawberry.rocks";
     changelog = "https://github.com/strawberry-graphql/strawberry/blob/${version}/CHANGELOG.md";
     license = with licenses; [ mit ];