10 stdenv.mkDerivation rec {
14 src = fetchFromGitHub {
18 sha256 = "sha256-xW3I1OfL+AfbeKf/kwBdsZRoCsPPZ7oLMppeIepn/P0=";
22 updateScript = nix-update-script { };
29 nativeBuildInputs = [ autoreconfHook pkg-config ];
31 buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ openssl ];
34 description = "General Stream I/O";
35 homepage = "https://sourceforge.net/projects/ser2net/";
36 license = licenses.gpl2;
37 maintainers = with maintainers; [ emantor ];
38 mainProgram = "gensiot";
39 platforms = platforms.unix;