about summary refs log tree commit diff
path: root/pkgs/tools/misc/pfsshell/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/misc/pfsshell/default.nix')
-rw-r--r--pkgs/tools/misc/pfsshell/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/misc/pfsshell/default.nix b/pkgs/tools/misc/pfsshell/default.nix
index 10cde1385bb21..24eb379adf5cd 100644
--- a/pkgs/tools/misc/pfsshell/default.nix
+++ b/pkgs/tools/misc/pfsshell/default.nix
@@ -26,5 +26,6 @@ stdenv.mkDerivation rec {
       afl20    # APA, PFS, and iomanX libraries which are compiled together with this package
     ];
     maintainers = with maintainers; [ makefu ];
+    mainProgram = "pfsshell";
   };
 }