about summary refs log tree commit diff
path: root/pkgs/tools/bluetooth
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2013-03-02 09:21:11 +0100
committerVladimír Čunát <vcunat@gmail.com>2013-03-02 09:21:11 +0100
commitc8b940072d5ccbf7b8220bdcad30ae610194c7e7 (patch)
tree79c116b18f76528318fc2286e92e3bd400b41a62 /pkgs/tools/bluetooth
parentd505b8c49032118f7d11d669d2641c2c81a78bcb (diff)
koffice, kbluetooth: remove from hydra
Diffstat (limited to 'pkgs/tools/bluetooth')
-rw-r--r--pkgs/tools/bluetooth/kbluetooth/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/bluetooth/kbluetooth/default.nix b/pkgs/tools/bluetooth/kbluetooth/default.nix
index 047b4f822ae75..81916cb3982f7 100644
--- a/pkgs/tools/bluetooth/kbluetooth/default.nix
+++ b/pkgs/tools/bluetooth/kbluetooth/default.nix
@@ -24,7 +24,7 @@ mkDerivation rec {
   meta = with stdenv.lib; {
     description = "Bluetooth manager for KDE";
     license = "GPLv2";
-    inherit (kdelibs.meta) platforms;
+    #inherit (kdelibs.meta) platforms; # doesn't build and seems to be dead
     maintainers = [ maintainers.phreedom ];
   };
-}
\ No newline at end of file
+}