pnmixer: remove 'with lib'
This commit is contained in:
@@ -44,15 +44,15 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
pcre
|
pcre
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
homepage = "https://github.com/nicklan/pnmixer";
|
homepage = "https://github.com/nicklan/pnmixer";
|
||||||
description = "ALSA volume mixer for the system tray";
|
description = "ALSA volume mixer for the system tray";
|
||||||
license = licenses.gpl3;
|
license = lib.licenses.gpl3;
|
||||||
platforms = platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
maintainers = with maintainers; [
|
maintainers = with lib.maintainers; [
|
||||||
campadrenalin
|
campadrenalin
|
||||||
romildo
|
romildo
|
||||||
];
|
];
|
||||||
mainProgram = "pnmixer";
|
mainProgram = "pnmixer";
|
||||||
};
|
};
|
||||||
}
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user