9 stdenv.mkDerivation rec {
13 src = fetchFromGitHub {
17 sha256 = "sha256-K2A61OflKdVVzdV8qH5x/ggZKa4i8yvs5bdPoOwmm7A=";
21 updateScript = nix-update-script {
30 nativeBuildInputs = [ autoreconfHook pkg-config ];
33 description = "General Stream I/O";
34 homepage = "https://sourceforge.net/projects/ser2net/";
35 license = licenses.gpl2;
36 maintainers = with maintainers; [ emantor ];
37 mainProgram = "gensiot";
38 platforms = platforms.unix;