mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
tryton: remove 'with lib;'
This commit is contained in:
parent
45b1650ab0
commit
871363c075
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user