3
0
Fork 0
forked from mirrors/nixpkgs

koffice, kbluetooth: remove from hydra

This commit is contained in:
Vladimír Čunát 2013-03-02 09:21:11 +01:00
parent d505b8c490
commit c8b940072d
2 changed files with 4 additions and 3 deletions

View file

@ -38,6 +38,7 @@ stdenv.mkDerivation rec {
license = "GPL"; license = "GPL";
homepage = http://www.koffice.org; homepage = http://www.koffice.org;
maintainers = with stdenv.lib.maintainers; [ sander urkud ]; maintainers = with stdenv.lib.maintainers; [ sander urkud ];
inherit (kdelibs.meta) platforms; # doesn't build, seems dead and superseded by calligra
#inherit (kdelibs.meta) platforms;
}; };
} }

View file

@ -24,7 +24,7 @@ mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Bluetooth manager for KDE"; description = "Bluetooth manager for KDE";
license = "GPLv2"; license = "GPLv2";
inherit (kdelibs.meta) platforms; #inherit (kdelibs.meta) platforms; # doesn't build and seems to be dead
maintainers = [ maintainers.phreedom ]; maintainers = [ maintainers.phreedom ];
}; };
} }