1 { lib, stdenv, fetchurl, pkg-config, libsndfile }:
3 stdenv.mkDerivation rec {
8 url = "https://www.kernel.org/pub/linux/bluetooth/${pname}-${version}.tar.xz";
9 sha256 = "1jal98pnrjkzxlkiqy0ykh4qmgnydz9bmsp1jn581p5kddpg92si";
12 nativeBuildInputs = [ pkg-config ];
13 buildInputs = [ libsndfile ];
16 description = "SubBand Codec Library";
17 homepage = "http://www.bluez.org/";
18 license = licenses.gpl2;
19 platforms = platforms.linux;