1 { lib, stdenv, fetchFromGitHub
13 stdenv.mkDerivation rec {
17 src = fetchFromGitHub {
21 fetchSubmodules = true;
22 sha256 = "sha256-rZ8oaud+ovJ7t+SGnWe7QbqjQns1EkbbwpdE+rLr6nc=";
54 qmakeFlags = [ "jacktrip.pro" ];
57 description = "Multi-machine audio network performance over the Internet";
58 mainProgram = "jacktrip";
59 homepage = "https://jacktrip.github.io/jacktrip/";
60 license = with licenses; [ gpl3 lgpl3 mit ];
61 maintainers = [ maintainers.iwanb ];
62 platforms = platforms.linux;