about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/python-modules/python-nvd3/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/python-modules/python-nvd3/default.nix')
-rw-r--r--nixpkgs/pkgs/development/python-modules/python-nvd3/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/development/python-modules/python-nvd3/default.nix b/nixpkgs/pkgs/development/python-modules/python-nvd3/default.nix
index 7abdfd1ab3d5..3674cb9bf568 100644
--- a/nixpkgs/pkgs/development/python-modules/python-nvd3/default.nix
+++ b/nixpkgs/pkgs/development/python-modules/python-nvd3/default.nix
@@ -22,6 +22,7 @@ buildPythonPackage rec {
   meta = with lib; {
     homepage = "https://github.com/areski/python-nvd3";
     description = "Python Wrapper for NVD3 - It's time for beautiful charts";
+    mainProgram = "nvd3";
     license = licenses.mit;
     maintainers = [ maintainers.ivan-tkatchev ];
   };