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