Skip to content

Commit 8084e51

Browse files
authored
ksh: set mainProgram (NixOS#453409)
2 parents 075b427 + 8a32246 commit 8084e51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkgs/by-name/ks/ksh/package.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ stdenv.mkDerivation (finalAttrs: {
5050
homepage = "https://github.com/att/ast";
5151
license = lib.licenses.cpl10;
5252
maintainers = with lib.maintainers; [ sigmanificient ];
53+
mainProgram = "ksh";
5354
platforms = lib.platforms.all;
5455
};
5556

0 commit comments

Comments
 (0)