15 stdenv.mkDerivation (finalAttrs: {
19 src = fetchFromGitHub {
22 rev = "v${finalAttrs.version}";
23 hash = "sha256-1NXp94AQOgMNKf+P2eJ6ifUhWSqIYllVeCraBO2pHxQ=";
32 ] ++ lib.optionals (stdenv.hostPlatform.isDarwin) [ darwin.apple_sdk.frameworks.IOKit ];
42 description = "Serial console TTY";
43 homepage = "https://tio.github.io/";
44 license = licenses.gpl2Plus;
45 maintainers = with maintainers; [ ];
47 platforms = platforms.unix;