Remove kde4.bluedevil

- Already updated to KDE 5 in Nixpkgs
- Not useful without the KDE 4 desktop
wip/yesman
Thomas Tuegel 7 years ago
parent fabce0c4a8
commit d237f44928
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59
  1. 24
      pkgs/tools/bluetooth/bluedevil/default.nix
  2. 2
      pkgs/top-level/all-packages.nix

@ -1,24 +0,0 @@
{ stdenv, fetchurl, cmake, automoc4, kdelibs, libbluedevil, shared_mime_info, gettext }:
stdenv.mkDerivation rec {
name = "${pname}-${version}";
pname = "bluedevil";
# bluedevil must have the same major version (x.y) as libbluedevil!
# do not update this package without checking libbluedevil
version = "2.1.1";
src = fetchurl {
url = "mirror://kde/stable/${pname}/${version}/src/${name}.tar.xz";
sha256 = "1rcx1dfm6sm90pvwyq224a1pph96chrmyiv1rry7zpb3hf2c73gi";
};
buildInputs = [ cmake kdelibs libbluedevil shared_mime_info automoc4 gettext ];
meta = with stdenv.lib; {
description = "Bluetooth manager for KDE";
license = stdenv.lib.licenses.gpl2;
inherit (kdelibs.meta) platforms;
maintainers = [ maintainers.phreedom ];
};
}

@ -16707,8 +16707,6 @@ with pkgs;
basket = callPackage ../applications/office/basket { };
bluedevil = callPackage ../tools/bluetooth/bluedevil { };
calligra = callPackage ../applications/office/calligra {
vc = vc_0_7;
};

Loading…
Cancel
Save