13 stdenv.mkDerivation (finalAttrs: {
17 src = fetchFromGitHub {
20 sha256 = "0cdxz0nhpq03gb9rd76fn0x1yzs2c8q289b7vcxnzlsrz1imz65j";
21 rev = "refs/tags/${finalAttrs.version}";
26 url = "https://github.com/att/ast/commit/11983a71f5e29df578b7e2184400728b4e3f451d.patch";
27 sha256 = "1n9558c4v2qpgpjb1vafs29n3qn3z0770wr1ayc0xjf5z5j4g3kv";
38 buildInputs = [ libiconv ];
43 description = "KornShell Command And Programming Language";
45 The KornShell language was designed and developed by David G. Korn at
46 AT&T Bell Laboratories. It is an interactive command language that
47 provides access to the UNIX system and to many other systems, on the
48 many different computers and workstations on which it is implemented.
50 homepage = "https://github.com/att/ast";
51 license = lib.licenses.cpl10;
52 maintainers = with lib.maintainers; [ sigmanificient ];
53 platforms = lib.platforms.all;
57 shellPath = "/bin/ksh";