mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
koffice, kbluetooth: remove from hydra
This commit is contained in:
parent
d505b8c490
commit
c8b940072d
2 changed files with 4 additions and 3 deletions
|
@ -38,6 +38,7 @@ stdenv.mkDerivation rec {
|
|||
license = "GPL";
|
||||
homepage = http://www.koffice.org;
|
||||
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; {
|
||||
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 ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue