cinnamon.warpinator: Prevent double wrapping
This commit is contained in:
parent
590ec12c5b
commit
e29abc681d
1 changed files with 4 additions and 0 deletions
|
@ -68,9 +68,13 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
{} +
|
{} +
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
dontWrapGApps = true; # Prevent double wrapping
|
||||||
|
|
||||||
preFixup = ''
|
preFixup = ''
|
||||||
# these get loaded via import from bin, so don't need wrapping
|
# these get loaded via import from bin, so don't need wrapping
|
||||||
chmod -x+X $out/libexec/warpinator/*.py
|
chmod -x+X $out/libexec/warpinator/*.py
|
||||||
|
|
||||||
|
makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
|
||||||
'';
|
'';
|
||||||
|
|
||||||
passthru.updateScript = gitUpdater {
|
passthru.updateScript = gitUpdater {
|
||||||
|
|
Loading…
Reference in a new issue