7 stdenv.mkDerivation rec {
11 src = fetchFromGitHub {
12 owner = "pengutronix";
15 hash = "sha256-CT/myxOK4U3DzliGsa45WMIFcYLjcoxx6w5S1NL5c7Y=";
18 nativeBuildInputs = [ autoreconfHook ];
19 buildInputs = [ readline ];
22 description = "Minimalistic terminal program for communicating
23 with devices over a serial connection";
24 inherit (src.meta) homepage;
25 license = licenses.gpl2;
26 maintainers = with maintainers; [ emantor ];
27 platforms = with platforms; linux;
28 mainProgram = "microcom";