Merge pull request #141987 from ius/terminator-icon

terminator: use `dontWrapGApps` to fix desktop icon
This commit is contained in:
Michele Guerini Rocco 2021-10-21 01:32:09 +02:00 committed by GitHub
commit dca7532635
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,6 +56,12 @@ python3.pkgs.buildPythonApplication rec {
doCheck = false;
dontWrapGApps = true;
preFixup = ''
makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
'';
meta = with lib; {
description = "Terminal emulator with support for tiling and tabs";
longDescription = ''