Improve bluedevil meta.

This commit is contained in:
Evgeny Egorochkin 2013-05-07 09:36:46 +03:00
parent eb4c9efb50
commit 12be8c30a6

View File

@ -11,4 +11,11 @@ stdenv.mkDerivation rec {
buildInputs = [ cmake kdelibs libbluedevil shared_mime_info automoc4 ];
meta = with stdenv.lib; {
description = "Bluetooth manager for KDE";
license = "GPLv2";
inherit (kdelibs.meta) platforms;
maintainers = [ maintainers.phreedom ];
};
}