12 stdenv.mkDerivation rec {
16 src = fetchFromGitLab {
17 domain = "gitlab.com";
21 hash = "sha256-gc66XrrFyhF1TvrDECBfGQc+MiDtqZPxdCn0S/43XQU=";
39 description = "Daemon for dealing with audio routing during phone calls";
40 homepage = "https://gitlab.com/mobian1/callaudiod";
41 license = licenses.gpl3Plus;
42 maintainers = with maintainers; [ pacman99 ];
43 platforms = platforms.linux;