* Remove orphaned/obsolete packages.

svn path=/nixpkgs/trunk/; revision=22781
This commit is contained in:
Eelco Dolstra 2010-07-28 09:43:03 +00:00
parent ea3ce74312
commit b4a3f99c78
2 changed files with 0 additions and 27 deletions

View file

@ -1,13 +0,0 @@
{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "bluez-firmware-1.1";
src = fetchurl {
url = http://bluez.sf.net/download/bluez-firmware-1.1.tar.gz;
md5 = "2f1c2d939108c865dd07bae3e819c573";
};
meta = {
homepage = http://www.bluez.org;
};
}

View file

@ -1,14 +0,0 @@
{stdenv, fetchurl, bluezLibs}:
stdenv.mkDerivation {
name = "bluez-utils-2.25";
src = fetchurl {
url = http://bluez.sf.net/download/bluez-utils-2.25.tar.gz;
md5 = "ae3729ab5592be06ed01b973d4b3e9fe";
};
buildInputs = [bluezLibs];
meta = {
homepage = http://www.bluez.org;
};
}