1 { lib, stdenv, fetchFromGitHub }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
11 sha256 = "sha256-4FYKxw1U+efCfzKOPSDJH8a/dG0KV+anJDgxjqzD80k=";
15 "PREFIX=${placeholder "out"}"
16 # disable static builds
22 enableParallelBuilding = true;
25 description = "Audio Processing Technology codec (aptX)";
26 license = licenses.gpl3Plus;
27 homepage = "https://github.com/pali/libopenaptx";
28 platforms = platforms.linux;
29 maintainers = with maintainers; [ orivej ];