add bluez-libs. We need this to add more bluetooth related stuff, so I can test easily with things like hotplug :)

svn path=/nixpkgs/trunk/; revision=5164
This commit is contained in:
Armijn Hemel 2006-04-18 10:46:04 +00:00
parent b3b9118eab
commit f002f9d30a

View file

@ -0,0 +1,9 @@
{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "bluez-libs-2.25";
src = fetchurl {
url = http://bluez.sf.net/download/bluez-libs-2.25.tar.gz;
md5 = "ebc8408c9a74c785786a2ef7185fe628";
};
}