about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/python-modules/hpccm/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/python-modules/hpccm/default.nix')
-rw-r--r--nixpkgs/pkgs/development/python-modules/hpccm/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/development/python-modules/hpccm/default.nix b/nixpkgs/pkgs/development/python-modules/hpccm/default.nix
index 99a0c42b8fa8..35380d7171b6 100644
--- a/nixpkgs/pkgs/development/python-modules/hpccm/default.nix
+++ b/nixpkgs/pkgs/development/python-modules/hpccm/default.nix
@@ -32,6 +32,7 @@ buildPythonPackage rec {
 
   meta = with lib; {
     description = "HPC Container Maker";
+    mainProgram = "hpccm";
     homepage = "https://github.com/NVIDIA/hpc-container-maker";
     license = licenses.asl20;
     platforms = platforms.x86;