11 stdenv.mkDerivation rec {
15 buildInputs = [ alsa-lib libopus libogg gmp ncurses ];
18 url = "http://holdenc.altervista.org/seren/downloads/${pname}-${version}.tar.gz";
19 sha256 = "sha256-adI365McrJkvTexvnWjMzpHcJkLY3S/uWfE8u4yuqho=";
23 description = "Simple ncurses VoIP program based on the Opus codec";
24 mainProgram = "seren";
26 Seren is a simple VoIP program based on the Opus codec
27 that allows you to create a voice conference from the terminal, with up to 10
28 participants, without having to register accounts, exchange emails, or add
29 people to contact lists. All you need to join an existing conference is the
30 host name or IP address of one of the participants.
32 homepage = "http://holdenc.altervista.org/seren/";
33 changelog = "http://holdenc.altervista.org/seren/";
34 license = licenses.gpl3Plus;
35 maintainers = with maintainers; [ matthewcroughan nixinator ];
36 platforms = platforms.linux;