11 stdenv.mkDerivation rec {
15 src = fetchFromGitHub {
19 hash = "sha256-cREtVvUZggVZpd3HFqrfikCInIyrRXSk4HKYhEWkXXc=";
23 updateScript = nix-update-script { };
26 nativeBuildInputs = [ pkg-config autoreconfHook ];
28 buildInputs = [ gensio libyaml ];
31 description = "Serial to network connection server";
32 homepage = "https://github.com/cminyard/ser2net";
33 license = licenses.gpl2Only;
34 maintainers = with maintainers; [ emantor ];
35 platforms = with platforms; linux;
36 mainProgram = "ser2net";