forked from mirrors/nixpkgs
koffice, kbluetooth: remove from hydra
This commit is contained in:
parent
d505b8c490
commit
c8b940072d
|
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue