tryton: avoid double wrapping
This commit is contained in:
@@ -56,6 +56,12 @@ python3Packages.buildPythonApplication rec {
|
||||
pango
|
||||
];
|
||||
|
||||
dontWrapGApps = true;
|
||||
|
||||
preFixup = ''
|
||||
makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
|
||||
'';
|
||||
|
||||
strictDeps = false;
|
||||
|
||||
pythonImportsCheck = [ "tryton" ];
|
||||
|
||||
Reference in New Issue
Block a user