forked from mirrors/nixpkgs
Improve bluedevil meta.
This commit is contained in:
parent
eb4c9efb50
commit
12be8c30a6
|
@ -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 ];
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue