mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
tryton: avoid double wrapping
This commit is contained in:
parent
1bc559ed43
commit
466af1a6b4
@ -56,6 +56,12 @@ python3Packages.buildPythonApplication rec {
|
||||
pango
|
||||
];
|
||||
|
||||
dontWrapGApps = true;
|
||||
|
||||
preFixup = ''
|
||||
makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
|
||||
'';
|
||||
|
||||
strictDeps = false;
|
||||
|
||||
pythonImportsCheck = [ "tryton" ];
|
||||
|
Loading…
Reference in New Issue
Block a user