tryton: remove 'with lib;'

This commit is contained in:
Felix Buehler 2024-08-13 22:03:55 +02:00 committed by Valentin Gagarin
parent 45b1650ab0
commit 871363c075

View File

@ -17,8 +17,6 @@
, wrapGAppsHook3
}:
with lib;
python3Packages.buildPythonApplication rec {
pname = "tryton";
version = "7.2.4";
@ -61,7 +59,7 @@ python3Packages.buildPythonApplication rec {
doCheck = false;
meta = {
meta = with lib; {
description = "Client of the Tryton application platform";
mainProgram = "tryton";
longDescription = ''