Unverified Commit 466af1a6 authored by natsukium's avatar natsukium
Browse files

tryton: avoid double wrapping

parent 1bc559ed
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -56,6 +56,12 @@ python3Packages.buildPythonApplication rec {
    pango
  ];

  dontWrapGApps = true;

  preFixup = ''
    makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
  '';

  strictDeps = false;

  pythonImportsCheck = [ "tryton" ];