diff --git a/pkgs/tools/security/pwgen/default.nix b/pkgs/tools/security/pwgen/default.nix index 7870add420b0..3c0ce6b21d50 100644 --- a/pkgs/tools/security/pwgen/default.nix +++ b/pkgs/tools/security/pwgen/default.nix @@ -24,6 +24,7 @@ stdenv.mkDerivation rec { homepage = "https://github.com/tytso/pwgen"; license = licenses.gpl2Only; maintainers = with maintainers; [ fab ]; + mainProgram = "pwgen"; platforms = platforms.all; }; }