about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/python-modules/pysmt/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/python-modules/pysmt/default.nix')
-rw-r--r--nixpkgs/pkgs/development/python-modules/pysmt/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/development/python-modules/pysmt/default.nix b/nixpkgs/pkgs/development/python-modules/pysmt/default.nix
index 6a08234312ab..61283ce4ad3b 100644
--- a/nixpkgs/pkgs/development/python-modules/pysmt/default.nix
+++ b/nixpkgs/pkgs/development/python-modules/pysmt/default.nix
@@ -29,6 +29,7 @@ buildPythonPackage rec {
 
   meta = with lib; {
     description = "Python library for SMT formulae manipulation and solving";
+    mainProgram = "pysmt-install";
     homepage = "https://github.com/pysmt/pysmt";
     license = with licenses; [ asl20 ];
     maintainers = with maintainers; [ fab ];