tryton: avoid double wrapping

This commit is contained in:
natsukium 2024-09-14 10:38:08 +09:00
parent 1bc559ed43
commit 466af1a6b4
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

@ -56,6 +56,12 @@ python3Packages.buildPythonApplication rec {
pango
];
dontWrapGApps = true;
preFixup = ''
makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
'';
strictDeps = false;
pythonImportsCheck = [ "tryton" ];