11 stdenv.mkDerivation rec {
15 src = fetchFromGitHub {
19 sha256 = "sha256-xW3I1OfL+AfbeKf/kwBdsZRoCsPPZ7oLMppeIepn/P0=";
23 updateScript = nix-update-script { };
35 buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ openssl ];
38 description = "General Stream I/O";
39 homepage = "https://sourceforge.net/projects/ser2net/";
40 license = licenses.gpl2;
41 maintainers = with maintainers; [ emantor ];
42 mainProgram = "gensiot";
43 platforms = platforms.unix;