lxqt.qlipper: remove 'with lib'
This commit is contained in:
@@ -34,12 +34,12 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
passthru.updateScript = gitUpdater { };
|
passthru.updateScript = gitUpdater { };
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
description = "Cross-platform clipboard history applet";
|
description = "Cross-platform clipboard history applet";
|
||||||
mainProgram = "qlipper";
|
mainProgram = "qlipper";
|
||||||
homepage = "https://github.com/pvanek/qlipper";
|
homepage = "https://github.com/pvanek/qlipper";
|
||||||
license = licenses.gpl2Plus;
|
license = lib.licenses.gpl2Plus;
|
||||||
platforms = with platforms; unix;
|
platforms = with lib.platforms; unix;
|
||||||
teams = [ teams.lxqt ];
|
teams = [ lib.teams.lxqt ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user