cinnamon.warpinator: Prevent double wrapping

This commit is contained in:
Bobby Rong 2022-11-29 23:03:12 +08:00
parent 590ec12c5b
commit e29abc681d
No known key found for this signature in database

View file

@ -68,9 +68,13 @@ python3.pkgs.buildPythonApplication rec {
{} +
'';
dontWrapGApps = true; # Prevent double wrapping
preFixup = ''
# these get loaded via import from bin, so don't need wrapping
chmod -x+X $out/libexec/warpinator/*.py
makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
'';
passthru.updateScript = gitUpdater {