about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/python-modules/bundlewrap/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/python-modules/bundlewrap/default.nix')
-rw-r--r--nixpkgs/pkgs/development/python-modules/bundlewrap/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/development/python-modules/bundlewrap/default.nix b/nixpkgs/pkgs/development/python-modules/bundlewrap/default.nix
index 7e811b2255a4..a13d5a9b73c3 100644
--- a/nixpkgs/pkgs/development/python-modules/bundlewrap/default.nix
+++ b/nixpkgs/pkgs/development/python-modules/bundlewrap/default.nix
@@ -47,6 +47,7 @@ buildPythonPackage rec {
   meta = with lib; {
     homepage = "https://bundlewrap.org/";
     description = "Easy, Concise and Decentralized Config management with Python";
+    mainProgram = "bw";
     license = [ licenses.gpl3 ] ;
     maintainers = with maintainers; [ wamserma ];
   };