pavucontrol-qt: remove with lib;
from meta
This commit is contained in:
parent
7408c9f9e6
commit
78e8739f09
@ -40,12 +40,12 @@ stdenv.mkDerivation rec {
|
||||
|
||||
passthru.updateScript = gitUpdater { };
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
homepage = "https://github.com/lxqt/pavucontrol-qt";
|
||||
description = "Pulseaudio mixer in Qt (port of pavucontrol)";
|
||||
mainProgram = "pavucontrol-qt";
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = with platforms; linux;
|
||||
maintainers = teams.lxqt.members;
|
||||
license = lib.licenses.gpl2Plus;
|
||||
platforms = with lib.platforms; linux;
|
||||
maintainers = lib.teams.lxqt.members;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user